	
	function menue_show_hide(LAYER, WHAT) {
  
    if (document.getElementById(LAYER))
    	document.getElementById(LAYER).style.visibility = WHAT;
		
  }
