<!--
self.name = "mainwindow";
//-->

<!--
function popwin(url, w, h) {
myWindow = window.open("","windowRef","width="+w +",height="+h +",screenX=0,screenY=0,top=0,left=0,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
myWindow.location.href = url;
if (!myWindow.opener) myWindow.opener = self;}
function donothing() {;}
// -->

