
<!-- ¥¥Šg‘åŽÊ^—p¥¥ -->
function popWin(theURL) { 
  newWin = window.open(theURL,'popWin','scrollbars=yes,resizable=yes,width=900,height=700,status=no');
  setTimeout("newWin.focus()", 300);
}
