var child;

function popup(page, title) {

  child=window.open(page, title,

  'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=725,height=525,screenX=10,screenY=10');

  setTimeout('child.focus()', 0);

}
