

top.window.WinInit( "top.window", windowX, windowY, windowW, windowH );	



//////////////////////////////////////////////////////////////// HTML for the window //////

function microbiansWINDOWinterface() {
var html="";
html += '<div id=stillloadingDiv><table width=100% height=22 cellspacing=0 cellpadding=0><tr><td align=right valign=middle><img src='+SOImgPath+'loading.gif width=19 height=19 hspace=10></td><td align=left valign=middle width=100%><FONT size=1 face=verdana color=#000000>l o a d i n g . . .</font></td></tr></table></div>	'+'\n'
html += '<div id=debugDiv><img src='+SOImgPath+'none.gif border=0 width=1 height=1></div>																													'+'\n'
document.write(html)
}




