function shmenu ( divid ){
	if ( divid.style.display == "none" ) divid.style.display = "" ;
	else divid.style.display = "none" ;
}
