// ¸Þ½ÃÁö ¾²±â »õÃ¢¿­±â
  function msgform_open(toid,deal_kind,deal_no,deal_pn,ano) {
    wwidth = 620;
    wheight = 500;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=msgbox/popup_write&to_id=" + toid + "&deal_kind=" + deal_kind + "&deal_no=" + deal_no + "&deal_pn=" + deal_pn + "&after_no=" + ano, "msg_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }


// °ü·Ã ¸Þ½ÃÁö »õÃ¢¿­±â
  function lastmsg(toid,deal_kind,deal_no,deal_pn,ano) {
    wwidth = 620;
    wheight = 500;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=msgbox/lastmsg&to_id=" + toid + "&deal_kind=" + deal_kind + "&deal_no=" + deal_no + "&deal_pn=" + deal_pn + "&after_no=" + ano, "msg_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }


// È¸¿øÁ¤º¸ open

 function member_open(uid,st,pno,stock) {
    wwidth = 620;
    wheight = 300;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=member/meminfo&uid=" + uid + "&url=" + st + "&pno=" + pno + "&stock=" + stock , "meminfo_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }



// ¹®¼­ Æû open

 function workform_open(deal_no,deal_kind) {
    wwidth = 760;
    wheight = 600;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=main/work_form&deal_kind=" + deal_kind + "&deal_no=" + deal_no, "workform_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }

 


// Print open

function print_open(deal_no,deal_kind) {
    wwidth = 780;
    wheight = 600;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=main/print_form&deal_kind=" + deal_kind + "&deal_no=" + deal_no, "printform_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }



// Top_search

function check_topsearch() {
		
		var pattern = /^[a-zA-Z0-9]{1,99}$/;

		if(document.top_search_form.pno.value.length < 2) {
		alert("2ÀÚ ÀÌ»ó ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿À. ");
		document.top_search_form.pno.focus();
		return false;
		}
	}

function check_topsearch_en() {
		
		var pattern = /^[a-zA-Z0-9]{1,99}$/;

		if(document.top_search_form.pno.value.length < 2) {
		alert("Please enter by 2characters or more than. ");
		document.top_search_form.pno.focus();
		return false;
		}
	}

function search_help() {
    wwidth = 720;
    wheight = 600;
    winleft = (screen.width - wwidth) / 2;
    wintop = (screen.height  - wheight) / 2;
    window.open("popup.html?st=main/search_help", "printform_window","left="+winleft+",top="+wintop+",width="+wwidth+",height="+wheight+",menubar=0,resizable=1,status=0,scrollbars=yes");
  }