w=null;
function popup(page,width,height,top,left)
{
   w=window.open(page,"popup", "width="+ width + ", height="+height+", top="+top+", left="+left+", toolbar=no, location=no, scrollbars=no, resizable=yes");
   w.focus();
}
