function cal_byte(aquery,maxbyte) {
    var tmpStr;
	var temp = 0;
	var onechar;
	var tcount;
	tcount = 0;

	tmpStr = new String(aquery);
	temp = tmpStr.length;

	for (k = 0; k < temp; k++) {
	    onechar = tmpStr.charAt(k);

	if(escape(onechar).length > 4) {
		tcount += 2;
}else if(onechar!='\r') {
		tcount++;
   }
}
		
document.regiform.messageByte.value = tcount;
  if((tcount > maxbyte) && (maxbyte>300)){
  document.regiform.r_message1.value = document.regiform.r_message.value;
  reserve = tcount-maxbyte;
   alert("Áö±Ý ¾²½Å ³»¿ëÀº " + maxbyte + "¹ÙÀÌÆ® ÀÌ»óÀ» ¾²½Ç¼ö ¾ø½À´Ï´Ù"); 
   return;
}else if((tcount > maxbyte) && (maxbyte<300)){
  document.regiform.r_message2.value = document.regiform.r_message3.value;
  reserve = tcount-maxbyte;
  alert("Áö±Ý ¾²½Å ³»¿ëÀº " + maxbyte + "¹ÙÀÌÆ® ÀÌ»óÀ» ¾²½Ç¼ö ¾ø½À´Ï´Ù????"); 
  return;
}else{
  document.regiform.r_message.value = document.regiform.r_message1.value;
  document.regiform.r_message3.value = document.regiform.r_message2.value;
		}
	}

function chk_kind(chk_point){
	if(chk_point == "0"){
		a1.style.display      = "";
		a2.style.display      = "none";
        }
	if(chk_point == "1"){
		a1.style.display      = "none";
		a2.style.display      = "";
        }
}

//	- ¾÷Ã¼¸®½ºÆ® ÆË¾÷
	function allstore()	{
	  window.open('../03_webcs/open_allstore.html', 'allstore', 'left=100,top=100,width=850,height=580,toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no');
	}
//	- ¾÷Ã¼¸®½ºÆ® ÆË¾÷
	function allstore_test()	{
	  window.open('../03_webcs/open_allstore_test3.html', 'allstore', 'left=100,top=100,width=850,height=580,toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no');
	}
//	- ÀÎ¼öÁõ ÇÁ¸°ÅÍ ÆÑ½ºÆË¾÷
	function faxform(uid,y,m)	{
	  window.open('../01_web/faxform.html?uid='+uid+'&year='+y+'&month='+m, 'faxform', 'left=100,top=100,width=677,height=600,menubar=no,status=no,scrollbars=yes,resizable=no');
	}
//	- »óÇ°°Ë»ö ÆË¾÷
	function prd_find()	{
	  window.open('../01_web/prd_find.html', 'pdt_find', 'left=100,top=0,width=800,height=480,toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no');
	}
//	- º¸³»´ÂÀÌ µî·ÏÆË¾÷
	function message()	{
	  window.open('../05_message/message.html', 'message', 'left=100,top=0,width=536,height=560,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
	}
//	- ¼ö/¹ßÁÖ ³»¿ª º¸±â
	function special(queryString) {
		if(queryString!="") queryString = "?" + queryString;
		else queryString = "";
	  window.open('../02_web_center/stle_offcnt_list.html'+queryString, 'pop1', 'width=677,height=560,menubar=no,status=no,scrollbars=yes,resizable=no');
	}
//	- Ä«µå¹®±¸
	function msg_sel1()	{
	  window.open('../05_message/msg_sel1.html', 'pop1', 'left=100,top=0,width=520,height=500,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
	}
//	- ¸®º»¹®±¸
	function msg_sel2()	{
	  window.open('../05_message/msg_sel2.html', 'pop2', 'left=100,top=0,width=520,height=500,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
   }
//	- ÁÖ¹®¼­¹Ì¸®º¸±â ÆË¾÷
	function peview()	{
	  window.open('../01_web/ord_prd_view.html', 'Preview', 'left=100,top=0,width=620,height=500,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
   }
//	- È®´ëÀÌ¹ÌÁö º¸±â
	function img_view()	{
	  window.open('pop_win.html', 'Preview', 'left=100,top=0,width=668,height=450,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
   }
