<!--
if(document.all){

	document.write('<div id="loading" style="position:absolute; width:100%; height:100%; z-index:1; left: 0; top: 0; visibility: visible">'); 
	document.write('<table border="0" height="100%" align="center"><tr><td>' + load_tag + '</td></tr></table>');
	document.write('</div>');
	document.write('<div id="content" style="visibility:hidden">');

}
//-->