function NWS(page){newWindow=window.open(page,"startWindow","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=620,height=420,screenX=200,screenY=200");
newWindow.focus();
}

function WBUG(page){newWindow=window.open(page,"startWindow","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=480,height=480,screenX=200,screenY=200");
newWindow.focus();
}