document.write("<div id='prepage' style='position:absolute; font-family:arial; font-size:30; left:450px; top:300px;= background-color:white; layer-background-color:white; height:80; width:80;'>")
document.write("<table width='100%' height='80' border='1' cellpadding='0' cellspacing='0' bordercolor='#EEEEEE'>")
document.write("  <tr>")
document.write("    <td height='32'>")
document.write("      <div align='center'><img src='images/page_loader.gif' width='32' height='32'></div></td>")
document.write("  </tr>")

document.write("</table>")
document.write("</div>")
<!-- Begin PRELOADER ************************************************** *****
function clearPreloadPage() { //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 PRELOADER **********************************************-->
