
   function ExibeLayerMenu(paramExibeLayerInteira){
      if(paramExibeLayerInteira==true){
         document.getElementById('divMenu').style.clip = 'rect(0px, 762px, 472px, 0px)';
      }else{
         document.getElementById('divMenu').style.clip = 'rect(0px, 762px, 184px, 0px)';
      }//if
   }//function