   function ieupdate(){
      theObjects = document.getElementsByTagName("object");
      for (var i = 0; i < theObjects.length; i++) {
         theObjects[i].outerHTML = theObjects[i].outerHTML;
      }
   }
    function ajustaSubMenus(){
       dist=0;
       if(screen.width>1024)
          dist=((screen.width-1024)/2);
       if(navigator.appName == "Microsoft Internet Explorer"){
          document.getElementById("dvMenuInst").style.left=dist+39;
       }else{
          document.getElementById("dvMenuInst").style.top="156px";		   
          document.getElementById("dvMenuInst").style.left=dist+41+"px";
		  document.getElementById("dvMenuInst").style.height="146px";
       }
   }
