//>>>>>>>>>> ¼±Á¤»ê ÆäÀÌÁö·Î ÀÌµ¿
function jungsanlist(shopcode){
	window.open("http://www.bluepay.co.kr/jungsan/jungsan_list.php?shopcode="+shopcode,"result_id","width=600 height=580 left=250 top=100 scrollbars=yes")
}

//========== °Å·¡³»¿ªº¸±â
function list(tranpayseq,tranpaydate,height){
	window.open("../list/popup01.jsp?tranpayseq="+tranpayseq+"&tranpaydate="+tranpaydate,"list","width=667 height="+height+" left=250 top=100 scrollbars=yes")
}

function list2(tranpayseq,tranpaydate,height){
	window.open("../list/mobile_popup01.jsp?tranpayseq="+tranpayseq+"&tranpaydate="+tranpaydate,"list","width=667 height="+height+" left=250 top=100 scrollbars=yes")
}

//========== ¿µ¼öÁõ
function receipt(tranpayseq,tranpaydate){
	window.open("../list/popup02.jsp?tranpayseq="+tranpayseq+"&tranpaydate="+tranpaydate,"receipt","width=400 height=600 left=250 top=100 scrollbars=no")
}

//========== ¼¼±Ý°è»ê¼­
function form(acctdate){
	window.open("../form/popup01.jsp?acctdate="+acctdate,"result_id","width=600 height=580 left=250 top=100 scrollbars=yes")
}

//========== Çö±Ý¿µ¼öÁõ
function form2(pidx){
	window.open("../form/popup02.jsp?pidx="+pidx,"result_id","width=650 height=700 left=250 top=100 scrollbars=no")
}

//========== ¾ÆÀÌµð/ÆÐ½º¿öµå Ã£±â
function idpw(){
	window.open("./jsp/mem/idpw.jsp","result_id","width=450 height=350 left=250 top=100 scrollbars=no")
}

//========== ÀüÃ¼Blur Ã³¸®
function bluring(){ 
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring;

//========== faq µé¾î°¡´Â ½ºÅ©¸³Æ®
var old2='';
var old2_line='';
function menu2(name,line){
	submenu=eval("submenu_"+name+".style");
	submenuline=eval("submenu_"+name+line+".style");
	if(old2!=submenu){
		if(old2!=''){
				old2.display='none';
				old2_line.display='none';
		}
		submenu.display='block';
		submenuline.display='block';
		old2=submenu;
		old2_line=submenuline;
	}
	else{
		submenu.display='none';
		submenuline.display='none';
		old2='';
		old2_line='';
	}
}

//========== ·Î±×ÀÎ Ã¼Å©Æû
function Check_Id_Pw(){
   var a=document.LoginForm;
   if(a.InputId.value.length < 4){
      alert("[¾Ë¸²]ID´Â 4~12ÀÚ ÀÌ³»·Î ÀÔ·ÂÇÏ½Ê½Ã¿À.");
	  a.InputId.focus();
	  return false;
   }else if(a.InputPasswd.value.length < 4){
      alert("[¾Ë¸²]PASSWORD´Â 4~12ÀÚ ÀÌ³»·Î ÀÔ·ÂÇÏ½Ê½Ã¿À.");
	  a.InputPasswd.focus();
	  return false;
   }else{
      return true;
   }
}

//========== ÇÃ·¡½Ã¿µ¿ªÇØÁ¦
function swf(src, w, h){
	html = '';
	html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="swliveconnect" value="true">';
	html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	html += '<\/object>';
	document.write(html);
}

//========== ÆäÀÌÁö ÀÌµ¿
function goVrPage() {
	document.forms["frm"].hidCurPage.value = goVrPage.arguments[0];
	document.forms["frm"].action = goVrPage.arguments[1];
	document.forms["frm"].submit();
}

//========== ÇÊµå Ã¼Å©
function strCheck(type, str){
	
	var NumHi = /[^0-9-]/;
	var Num = /[^0-9]/;
	var NumCo = /[^.0-9]/;

	if(type == "NumHi"){
		if(NumHi.test(str)==true){
			return false;
		}
	}else if(type == "Num"){
		if(Num.test(str)==true){
			return false;
		}
	}else if(type == "NumCo"){
		if(NumCo.test(str)==true){
			return false;
		}
	}
	return true;
}

//========== ÀÎ¼âÇÏ±â
function doPrint() { 
	alert("¹è°æÈ­¸éÀÌ ÀÎ¼âµÇÁö ¾ÊÀ»°æ¿ì \n'µµ±¸ > ÀÎÅÍ³Ý ¿É¼Ê > °í±Þ > ¹è°æ»ö ¹× ÀÌ¹ÌÁö ÀÎ¼â'¿¡ \nÃ¼Å©ÇÑ ÈÄ ÀÎ¼âÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
	window.print(); 
} 


