function poponload()
{calcwindow= window.open ("../modules/calc/calc.php", "newwindow", "location=0,status=0,scrollbars=0,menubar=0,resizable=0,width=240,height=190");
calcwindow.moveTo(150,150);
}