document.write("<div id='prepage' style='position:absolute; font-family:arial; font-size:30; left:350px; top:250px;= background-color:white; layer-background-color:white; height:80; width:150;'>")
document.write("<table width='100%' height='128' border='1' cellpadding='0' cellspacing='0' bordercolor='#FFCC00'>")
document.write("  <tr>")
document.write("    <td height='25' bgcolor='#FFFFFF'>")
document.write("      <div align='center'><img src='loading-gif-sample-1.gif' width='16' height='16'></div></td>")
document.write("  </tr>")
document.write("  <tr>")
document.write("    <td height='50' bgcolor='#FFCC00'><div align='center'><font size='2' face='Tahoma'>")
document.write("	<strong>Data Loading<br>")
document.write("        Please Wait</strong></font></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 PRELAODER **********************************************-->

