function popUp()
{
testwindow= window.open ("pages/popup.html", "mywindow",
    "location=0,menubar=0,resizable=0,status=0,scrollbars=0,width=350,height=300");
testwindow.moveTo(200,150);
}