<!--
 function open_new_win(winName,page,wd,ht)
 {
  var  newWindow= window.open(page,winName,'toolbar=no,width='+wd+',height='+ht+',directories=no,screenX=100,screenX=100,top=100,left=100');
  newWindow.focus();
  window.blur();
}
//-->