function popUp(wname, scroll){
  var s1 = wname;
  popup = window.open(s1,"popWin","width=" + popupW + ",height=" + popupH + ",scrollbars=" + scroll +",resizable=no,screenX=100,screenY=100")
}
