// JavaScript Document

function poponload()
{
testwindow= window.open ("the.html","mywindow",
    "location=0,status=0,scrollbars=0,width=380px,height=320");
testwindow.moveTo(20,140);
}

function popconfirm()
{
testwindow= window.open ("the.html","mywindow",
    "location=0,status=0,scrollbars=0,width=340px,height=140");
testwindow.moveTo(600,400);
}