document.write('<span id="loading" style="z-index: 10000;position:absolute;visibility:hidden">');
document.write('<table width="300" height="46" border="0" cellpadding="0" cellspacing="0">');
document.write("<tr height=8><td width=8 height=8 valign=top><img src='/images/corner.gif' width=8 height=8></td><td valign='top' width='100%'><img src='/images/top.gif' height=8 width='100%'></td><td width=8><img src='/images/corner2.gif' width=8 height=8></td></tr>");        
document.write('<tr height="30"><td width=8><img src="/images/left.gif" height="100%" width=8></td><td align="center" bgcolor="#FFFFCC"><font face="arial,helvetica" size="2"><b>');
if(window.wait) {
	document.write(wait);
}
document.write('</b></font></td><td width=8><img src="/images/right.gif" height="100%" width=8></td></tr>');
if(window.message) {
	document.write('<tr><td width=8><img src="/images/left.gif" height="100%" width=8></td><td bgcolor="#FFFFCC" valign="top"><font face="arial,helvetica" size="2">'+message+'</font></td><td width=8><img src="/images/right.gif" height="100%" width=8></td></tr>');
}
document.write("<tr height=8><td width=8 height=8 valign=top><img src='/images/corner3.gif' width=8 height=8></td><td valign='top' width='100%'><img src='/images/bottom.gif' height=8 width='100%'></td><td width=8><img src='/images/corner4.gif' width=8 height=8></td></tr>");        
document.write('</table>');
document.write('</span>');
document.getElementById('loading').style.left=(document.body.offsetWidth/2)-150;	
document.getElementById('loading').style.top=(document.body.offsetHeight/2)-25;	

