<!--
var mymenu; var timer;
function subMenuOver(mymenu){
	clTimeOut();
	document.getElementById('id1').style.visibility = 'hidden';
	document.getElementById('id2').style.visibility = 'hidden';
	//document.getElementById('id3').style.visibility = 'hidden';
	document.getElementById(mymenu).style.visibility = 'visible';
}
function subMenuHide(mymenu){
	document.getElementById(mymenu).style.visibility = 'hidden';
}
function subMenuOut(mymenu){
my = mymenu;
	timer=window.setTimeout("subMenuHide(my)",500);
}
function clTimeOut(){
	if(timer != null)clearTimeout(timer);
}

google_ad_client = "pub-9102838461376829";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_page_url = document.location;
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//-->
