function hideall() {hidelayer('menu2');hidelayer('menu4');}// functions for controlling top menu mouseoversfunction showMenu1(){	hideall();}function showMenu2(){	hideall();	showlayer('menu2');}function showMenu3(){	hideall();	}	function showMenu4(){	hideall();	showlayer('menu4');	}function showMenu5(){	hideall();	}function showMenu6(){	hideall();}function showMenu7(){	hideall();}function showMenu8(){	hideall();}