

function smallWindow(myUrl)
{  myWin= open(myUrl, "smallWindow", "width=250,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes");
}
