function poponload()
{calcwindow= window.open ("", "newwindow", "location=0,menubar=0");
calcwindow.moveTo(150,150);
}