By.: Bruno T. Souza

============================================================
INSTRUES.

Esta  um Script MUTI-PARTE.

============================================================
PARTE I. 
Copie o cdigo para abaixo da seo <HEAD> da sua pgina HTML
============================================================

<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">

<!-- PreLoad Wait - Script -->
<!-- This script and more from http://www.rainbow.arch.scriptmania.com 

function waitPreloadPage() { //DOM
if (document.getElementById){
document.getElementById('prepage').style.visibility='hidden';
}else{
if (document.layers){ //NS4
document.prepage.visibility = 'hidden';
}
else { //IE4
document.all.prepage.style.visibility = 'hidden';
}
}
}
// End -->
</SCRIPT>


============================================================
PARTE II. 
Acrescentar o evento onLoad, conforme mostrado abaixo, a sua tag <BODY>:
============================================================

<BODY onLoad="waitPreloadPage();">


============================================================
PART III. 
Copiar os cdigos abaixo para ser colado aps a marca <BODY>.
============================================================

<DIV id="prepage" style="position:absolute; font-family:arial; font-size:16; left:0px; top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;"> 
<TABLE width=100%><TR><TD><B>Loading ... ... Please wait!</B></TD></TR></TABLE>
</DIV>

///////////////////////////////////////////////////////////

Espero q sej util.. ^^
