
function popup(theURL,winName,features) { //v2.0
  newWin = window.open('','new','scrollbars=yes,resizable=yes,width=450,center=1,height=400,left=200px,top=200px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function menupopup(theURL,winName,features) { //v2.0
  newWin = window.open('','new','scrollbars=yes,resizable=yes,width=500,height=450,center=1,left=200px,top=200px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function opformpopup(theURL,winName,features) { //v2.0
  newWin = window.open('','new','scrollbars=yes,resizable=yes,width=545,height=585,center=1,left=200px,top=120px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function popupsample(theURL,winName,features) { //v2.0
  newWin = window.open('','new','scrollbars=yes,resizable=yes,width=600,height=585,center=1,left=200px,top=120px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function jump(theURL,winName,features) { //v2.0
  newWin = window.open('','new','scrollbars=yes,resizable=yes,width=810,height=760,center=1,left=100px,top=100px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function wpopup(theURL,winName,features) { //v2.0
  newWin = window.open('','wnew','scrollbars=yes,resizable=yes,width=450,height=400,center=1,left=200px,top=200px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function bwpopup(theURL,winName,features) { //v2.0
  newWin = window.open('','wnew','scrollbars=yes,resizable=yes,width=810,height=760,center=1,left=200px,top=200px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function swpopup(theURL,winName,features) { //v2.0
  newWin = window.open('','wnew','scrollbars=yes,resizable=yes,width=500,height=500,center=1,left=200px,top=200px');
  newWin.location.replace(theURL);
  newWin.focus();
  onLoad="window.focus()"
}

function MakeAsk() {
  chk = confirm("쐬˗s܂H");
  if(chk) {
    document.form1.action="/serv/menu?$$btn$$=%8d%ec%90%ac%88%cb%97%8a";
    document.form1.submit();
  }
}


/* Veri Sign */

function popUp(url) { 
sealWin=window.open(url,"win",'toolbar=0,location=1,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=450'); 
self.name = "mainWin"; 
}









