<!--top menu START -->
function submenu(own){
	document.getElementById(own).style.display='block';
}
function submenuoff(own){
	document.getElementById(own).style.display='none';
}
<!--top menu END -->	


