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