  function popup(strURL) {
   winModalWindow = window.open(strURL,"","width=1,height=1,dependent=yes,resizable=yes,status=yes,top=100,left=100,scrollbars=yes");
   winModalWindow.focus();
  }
