function gostatus(oog) 
{
window.status = oog;
}
var MM_contentVersion = 5; 
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0; 
if ( plugin ) { 
		var words = navigator.plugins["Shockwave Flash"].description.split(" "); 
	    for (var i = 0; i < words.length; ++i) 
	    { 
		if (isNaN(parseInt(words[i]))) 
		continue; 
		var MM_PluginVersion = words[i];  
	    } 
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion; 
} 
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0  
   && (navigator.appVersion.indexOf("Win") != -1)) { 
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); 
	document.write('on error resume next \n'); 
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n'); 
	document.write('</SCR' + 'IPT\> \n'); 
} 

function openpopup(myurl)
{
var winpops=window.open(myurl,"","width=300,height=395")
}
function golink(oog) 
{ 
parent.window.location.href = oog;
}
function gofocus() 
{ 
document.getElementById("searchy").focus(); 
} 
var numberofbuttons = 9; 
function gomenu(oog, eeg, ig) 
{ 
var z; 
	for(z = 1; z <= numberofbuttons; z++) 
	{ 
	document.getElementById('b' + z).bgColor = '#6B94C8'; 
	} 
 
	if(oog > 0) 
	{ 
	document.getElementById('b' + oog).bgColor = '#5882B8'; 
	} 
 
	if(eeg > 0) 
	{ 
	document.getElementById('drop' + eeg).style.top = 99; 
	} 
 
	for(z = 1; z <= ig; z++) 
	{ 
	document.getElementById('d' + oog + 'b' + z).bgColor = '#5882B8'; 
	} 
 
	for(z = 1; z <= numberofbuttons; z++) 
	{ 
		if(z != eeg) 
		{ 
		document.getElementById('drop' + z).style.top = -800; 
		} 
	} 
} 
 
function godropmenu(oog, eeg ,ig) 
{ 
	for(z = 1; z <= ig; z++) 
	{ 
	document.getElementById('d' + oog + 'b' + z).bgColor = '#5882B8'; 
	} 
 
document.getElementById('d' + oog + 'b' + eeg).bgColor = '#6B94C8'; 
 
}