	var otherMenu = '';
	var menuTimer = null;
	clearTimeout(menuTimer);
	var inMenu = false;
	var tdID;

	function clearTimer(){
		clearTimeout(menuTimer);
		inMenu = true
	}
	
if(navigator.userAgent.indexOf("MSIE") != -1)
{}
else{
	function showMenu(menuID){
		clearTimeout(menuTimer)
			if(document.all[menuID]){
				var o = document.all.menu1;
				if((document.all.menu1)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 105;
					o.style.zindex = 1;
				}
				var o = document.all.menu2;
				if((document.all.menu2)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 117;
					o.style.zindex = 1;
				}
				var o = document.all.menu4;
				if((document.all.menu4)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 117;
					o.style.zindex = 1
				}
				var o = document.all.menu5;
				if((document.all.menu5)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 117;
					o.style.zindex = 1
				}
				var o = document.all.menu6;
				if((document.all.menu6)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 117;
					o.style.zindex = 1;
				}
				var o = document.all.menu8;
				if((document.all.menu8)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 145;
					o.style.zindex = 1;
				}
				var o = document.all.menu10;
				if((document.all.menu10)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 145;
					o.style.zindex = 1;
				}
				var o = document.all.menu11;
				if((document.all.menu11)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 145;
					o.style.zindex = 1;
				}
				var o = document.all.menu12;
				if((document.all.menu12)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 145;
					o.style.zindex = 1;
				}
				var o = document.all.menu14;
				if((document.all.menu14)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 117;
					o.style.zindex = 1;
				}
				var o = document.all.menu16;
				if((document.all.menu16)&&(otherMenu!=menuID)){
					hideMenu();
					o.style.top = 145;
					o.style.zindex = 1;
				}
				document.all[menuID].style.visibility='visible';
			}
			otherMenu = menuID;
	}
}
if(navigator.userAgent.indexOf("MSIE") != -1)
{}
else{	
	function hideMenu(){
		if(inMenu == false){
				if(document.all[otherMenu]){
					document.all[otherMenu].style.visibility='hidden';
				}
		}
	}
}
if(navigator.userAgent.indexOf("MSIE") != -1)
{}
else{
	function mouseOut(){
		inMenu = false;
		menuTimer = setTimeout("hideMenu()",400);
	}
}	
	function colorIn(tdID) {
    		document.all[tdID].style.backgroundColor="#0099cc";
	}

	function colorOut(tdID) {
    		document.all[tdID].style.backgroundColor="#ccccdd";
	}
	
