function poponload()
{
testwindow= window.open ("news.htm", "mywindow",
    "location=0,status=0,scrollbars=1,width=500,height=540");
testwindow.moveTo(50,10);
}

