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