function realignBanner()
{
	myWidth = 0;
	if( typeof( window.innerWidth ) == 'number' )
	{
		//Non-IE
		myWidth = window.innerWidth;
	}
	else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) )
	{
		//IE 6+ in 'standards compliant mode'
		myWidth = document.documentElement.clientWidth;
	}
	else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) )
	{
		//IE 4 compatible
		myWidth = document.body.clientWidth;
	}

	myWidth = ((myWidth - 800) / 2) + 7;	//subtract the offset from the top
	if (myWidth < 7)
	{
		myWidth = 7;
	}
	
	document.getElementById("banner").style.left=parseInt(myWidth)+"px";
	document.getElementById("google_translate_element").style.left=parseInt(myWidth+530)+"px";	// Google Translate Element - Added 09/16/11 -TT
		
	window.setTimeout('realignBanner()', 100); // This will refresh every 100 milliseconds to get the new position
}

// Google Translate Code - Added 09/16/11 -TT
function googleTranslateElementInit()
{
	new google.translate.TranslateElement(
	{
		pageLanguage: 'en',
		gaTrack: true,
		layout: google.translate.TranslateElement.InlineLayout.SIMPLE
	}, 'google_translate_element');
}
// Google Translate Code	

if(parent.frames[0])
{
	if (parent.frames['header'].Go)
	{
		parent.frames['header'].Go();
	}
}
else
{
	//HV Menu- by Ger Versluis (http://www.burmees.nl/)
	//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
	//Visit http://www.dynamicdrive.com for this script and more

	function Go(){return}
}

if (top == self)
{
	//HV Menu- by Ger Versluis (http://www.burmees.nl/)
	//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
	//Visit http://www.dynamicdrive.com for this script and more
	//function Go(){return}

	//document.writeln("<center><img border='0' src='images/WEBpagetop.jpg' longdesc='World Class Radio Station Automation and TV Audio Automation' alt='ENCO World Class Digital Audio Delivery Systems' width='780' style='position: relative; right: -.75%'></center><font size='1'><br><br></font>")
	//document.writeln("<center><table width='790'><tr><td width='5'></td><td><img border='0' src='images/WEBpagetop.jpg' longdesc='World Class Radio Station Automation and TV Audio Automation' alt='ENCO World Class Digital Audio Delivery Systems' width='780'></td></tr></table></center><font size='1'><br><br></font>")
	//document.writeln("<table width='100%'><tr height='100'><td><div id='banner'></div></td></tr></table><font size='1'><br><br></font>"); //<div style='width: 100%; height: 100px' id='banner'>
	
	//document.writeln("<img border='0' src='images/WEBpagetop.jpg' longdesc='World Class Radio Station Automation and TV Audio Automation' alt='ENCO World Class Digital Audio Delivery Systems' width='780' style='position: relative; left: 7px' id='banner' onload='realignBanner()'><font size='1'><br><br><br></font>");
	
	document.writeln(
		"<map name='FPMap0'>" +
			"<area target='_blank' href='http://mail.google.com/a/enco.com' shape='rect' coords='483, 14, 531, 59'>" +
			"<area target='_blank' href='http://75.151.9.44:44440' shape='circle' coords='628, 37, 26'>" +
		"</map>" +
		"<img border='0' src='images/WEBpagetop.jpg' longdesc='World Class Radio Station Automation and TV Audio Automation' alt='ENCO World Class Digital Audio Delivery Systems' " +
			"width='780' style='position: relative; left: 7px' id='banner' onload='realignBanner()' usemap='#FPMap0'>" +
		"<font size='1'><br><br><br></font>");

	// Google Translate Code - Added 09/16/11 -TT
	document.writeln("<div id='google_translate_element' style='position: absolute; left: 537px; top: 73px'></div>");
	document.write(unescape("%3Cscript src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'%3E%3C/script%3E"));
	//<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
	
}

