document.write('<DIV id="cache" style="position:absolute; z-index:100; font-family:arial; font-size:16; background-color:white; layer-background-color:white; width:400;">');
document.write('<TABLE WIDTH=400 BGCOLOR=#000000 BORDER=0 CELLPADDING=2 CELLSPACING=0 ALIGN=center><TR><TD ALIGN=center VALIGN=middle>');
document.write('<TABLE WIDTH=100% BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD ALIGN=center VALIGN=middle>');
document.write('<br><br><br><br><br><img src="images/loading.gif" width="67" height="15"><br><br><br><br><br><br></TD> </TR></TABLE></TD> </TR></TABLE></DIV>');

    	var navi = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4);
    	var HIDDEN = (navi) ? 'hide' : 'hidden';
    	var VISIBLE = (navi) ? 'show' : 'visible';
    	var cache = (navi) ? document.cache : document.all.cache.style;
    	larguer = screen.width;
    	//cache.left = Math.round(100);
    	//cache.left = Math.round(screen.width/2)-350;
        document.getElementById('cache').style.top = Math.round(screen.height/2)-202+25;
        document.getElementById('cache').style.left = Math.round(screen.width/2)-352;
//    	cache.left = Math.round(document.body.offsetWidth/2)-202;
//    	cache.top= Math.round(document.body.offsetHeight/2)-145;
	    //alert( document.body.offsetWidth + " --- " + document.body.offsetHeight + " ::: " + document.documentElement.clientWidth + " :: " + document.documentElement.clientHeight);

