browserName = navigator.appName;
		browserVer = parseInt(navigator.appVersion);
		var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
		if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror") {version = "n3";} else {version = "n2";}

if (browserName == "Microsoft Internet Explorer") 
{
document.write('<!--[if IE]>');
document.write('<style type="text/css">');
document.write('body{behavior:url("../css/csshover.htc")}');
document.write('.fullwidthListingElementContentImage{margin-top:5px}');
document.write('.fullwidthtintListing{height:90px}');

//document.write('.fullwidthtwoColumn{_height:240px}');
//document.write('.onehalfwidth{_height:220px}');
//document.write('.onehalfwidthTint{_height:220px}');
//document.write('.TwoQuartersContentLeft{_height:211px}');
//document.write('.TwoQuartersContentRight{_height:211px}');
document.write('#breadcrumb{top:58px}');
document.write('#menu{_height:32px}');
document.write('#menuBottom{_height:16px}');
document.write('#menuTop{_height:16px}');
document.write('</style>');
document.write('<![endif]-->');
document.write('<!--[if IE 5.5]>');
document.write('<style type="text/css">');
document.write('.fullwidthListingElementContent{width:304px;}');
document.write('.infoDetailsHeader{width:107px;}');
document.write('.infoContactHeader{width:107px;}');
document.write('.boxContent{width:137px}');
document.write('.boxHead H3{width:137px}');
document.write('.navboxHead H3{width:137px}');
document.write('.onehalfwidthTintContent{width:257px}');
document.write('.onequarterContent{width:118px}');
document.write('#credit{width:137px}');
document.write('</style>');
document.write('<![endif]-->');
}

