
function loadImages() {
if (document.getElementById) {  // DOM3 = IE5, NS6
document.getElementById('hidepage').style.visibility = 'hidden';
}
else {
if (document.layers) {  // Netscape 4
document.hidepage.visibility = 'hidden';
}
else {  // IE 4
document.all.hidepage.style.visibility = 'hidden';
      }
   }
}

document.write("<BODY OnLoad='loadImages()'>");
//document.write("<div id='hidepage' style='position: absolute; left:0px; top:0px; background: BLACK ; layer-background-color: #ffFFCC; height: 100%; width: 100%;'><table height='95%' width='100%'><tr><td><center><font face=arial COLOR=#ccffcc size=4>");
document.write("<div id='hidepage' style='position: absolute; left:0px; top:0px; background: BLACK ; height: 98%; width: 99%;'><table height='95%' width='95%'><tr><td><center><font face=arial COLOR=#ccffcc size=4>");
document.write("Espere por Favor, Página Cargandose.....<br><br>");
document.write("<marquee loop=infinite WIDTH='80%'>Espere por Favor, Página Cargandose.....</marquee>");
document.write("</font></center></td></tr></table></div>");


