/*
function doHD(){
	
	logoAni();
	
	var elements = document.getElementsByTagName("h1");
	
	if(elements.length > 0){
		var theHeadline = elements[0].innerHTML;
		theHeadline = theHeadline.replace('&AMP;','*AND*');
		var theVARS = "theTXT="+theHeadline;
		var theHeight = "32";
		var theWidth = "640";
		
		var smallChars = {'\'':'', '!':'','I':'', '.':'',',':'','\:':''};
		var cnt=0;
		for(i=0;i<=44;i++){
			if(theHeadline.charAt(i) in smallChars){ cnt++; }
		}
		if(theHeadline.length>43){
			if(theHeadline.length<46 && cnt>2){ theHeight = "32"; } else { theHeight = "74"; }
		}
		var fname = theHeight;
		theFilm = "<object classid=\"CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" width=\""+theWidth+"\" height=\""+theHeight+"\"><param name=\"movie\" VALUE=\""+imgURL+"fonter_"+fname+".swf?"+theVARS+"\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><param name=\"scale\" value=\"exactfit\"><param name=\"menu\" value=\"true\"><param name=\"bgcolor\" value=\"#FFFFFF\"><embed src=\""+imgURL+"fonter_"+fname+".swf?"+theVARS+"\" quality=\"high\" wmode=\"transparent\" scale=\"exactfit\" menu=\"false\" bgcolor=\"#FFFFFF\" width=\""+theWidth+"\" height=\""+theHeight+"\" swLiveConnect=\"false\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version=ShockwaveFlash\"><\/embed><\/object>";
		//alert(theFilm);
		elements[0].innerHTML = theFilm;
	}
	var elements = document.getElementsByTagName("h3");
	for(i=0;i<=elements.length;i++){
		if(typeof(elements[i]) != 'undefined'){
			if(elements[i].parentNode.attributes[0].nodeValue == "quicklinks" || elements[i].parentNode.attributes[0].nodeValue == "ct_green"){
				var theHeadline = elements[i].innerHTML;
				var theVARS = "theTXT="+theHeadline;
				elements[i].innerHTML = "<object classid=\"CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" width=\"200\" height=\"25\"><param name=\"movie\" VALUE=\""+imgURL+"fonter_quick.swf?"+theVARS+"\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><param name=\"scale\" value=\"exactfit\"><param name=\"menu\" value=\"true\"><param name=\"bgcolor\" value=\"#254610\"><embed src=\""+imgURL+"fonter_quick.swf?"+theVARS+"\" quality=\"high\" wmode=\"transparent\" scale=\"exactfit\" menu=\"false\" bgcolor=\"#254610\" width=\"200\" height=\"25\" swLiveConnect=\"false\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version=ShockwaveFlash\"><\/embed><\/object>";
			}
			if(elements[i].parentNode.attributes[0].nodeValue == "ct_trans"){
				var theHeadline = elements[i].innerHTML;
				var theVARS = "theTXT="+theHeadline;
				elements[i].innerHTML = "<object classid=\"CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" width=\"200\" height=\"25\"><param name=\"movie\" VALUE=\""+imgURL+"fonter_trans.swf?"+theVARS+"\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><param name=\"scale\" value=\"exactfit\"><param name=\"menu\" value=\"true\"><param name=\"bgcolor\" value=\"#ffffff\"><embed src=\""+imgURL+"fonter_trans.swf?"+theVARS+"\" quality=\"high\" wmode=\"transparent\" scale=\"exactfit\" menu=\"false\" bgcolor=\"#ffffff\" width=\"200\" height=\"25\" swLiveConnect=\"false\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version=ShockwaveFlash\"><\/embed><\/object>";
			}
		}
		
	}
	if(typeof(GBrowserIsCompatible) != 'undefined'){
		if (GBrowserIsCompatible() && typeof(document.getElementById("map_canvas")) != 'undefined') {
			map = new GMap2(document.getElementById("map_canvas"));
			map.setCenter(new GLatLng(50.730627,-1.912398), 17);
			map.addControl(new GSmallMapControl());
			map.setMapType(G_SATELLITE_MAP);
			//map.disableDragging();
			map.disableDoubleClickZoom();
			map.disableScrollWheelZoom();
		}
	}
}*/
function logoAni(){
	if(DetectFlashVer){
		document.getElementById("logoAni").innerHTML = "<object classid=\"CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" width=\"860\" height=\"106\"><param name=\"movie\" VALUE=\""+imgURL+"logo.swf\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><param name=\"scale\" value=\"exactfit\"><param name=\"menu\" value=\"true\"><param name=\"bgcolor\" value=\"#ffffff\"><embed src=\""+imgURL+"logo.swf\" quality=\"high\" wmode=\"transparent\" scale=\"exactfit\" menu=\"false\" bgcolor=\"#ffffff\" width=\"860\" height=\"106\" swLiveConnect=\"false\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi\?P1_Prod_Version=ShockwaveFlash\"><\/embed><\/object>";
	}
}

