
<!--


// ÁÖ¼Ò¿¡ Äõ¸®¹®À» ³ÖÀ¸¸é ¸ÞÀÎÀ¸·Î º¸³»¹ö¸°´Ù
function urlParse() {
	var checkURL = document.URL; // URL °®±¸¿À±â
	cURL = checkURL.toLowerCase(); //´ë¹®ÀÚ·Î ÀÔ·ÂÇØµµ ¼Ò¹®ÀÚ·Î ¹Ù²Û´Ù

	checkLen1 = cURL.indexOf('from'); // Äõ¸®¹® Æ÷ÇÔÇÏ´Â ¹®ÀÚ¿­ °ª ¹ÝÈ¯
	checkLen2 = cURL.indexOf('select');
	checkLen3 = cURL.indexOf('delete');
	checkLen4 = cURL.indexOf('update');
	checkLen5 = cURL.indexOf('set');

	if (checkLen1 != -1) {
		if (checkLen2 != -1) {
			location.href = "/main.html"
		} else if (checkLen3 != -1) {
			location.href = "/main.html"
		}
	} 

	if (checkLen4 != -1) {
		if (checkLen5 != -1) {
			location.href = "/main.html"
		}
	}
}

urlParse();

//OSTµè±â ÆË¾÷
function music_play(music_num) {
        var ntWin;
		Murl = "/download/music_play.asp?music_num=" + music_num
        ntWin = window.open(Murl,"OST","fullscreen=no,scrollbars=no,width=290,height=150");
       
}

	//¼ýÀÚ¸¸ ÀÔ·ÂµÇ°Ô
	function inputNumber() {
		if (event.keyCode < 48 || event.keyCode > 57 ) {
			event.returnValue = false;
		}
	}

	//Row¿¡ MouseOver½Ã
	function func_MouseOver(obj, bgcolor) {
		obj.bgColor = bgcolor;
	}

	//Row¿¡ MouseOut½Ã
	function func_MouseOut(obj, bgcolor) {
		obj.bgColor = bgcolor;
	}

	//ÀÌº¥Æ® ÁÂÇ¥ ÀúÀåÇÏ±â...
	xpos	= 0;
	ypos	= 0;
	function setPosition(e) {
		if(document.layers) {
			xpos = e.pageX;
			ypos = e.pageY;
		}
		else {
			xpos = event.clientX + document.body.scrollLeft;
			ypos = event.clientY + document.body.scrollTop;
		}
	}

	//ID/ºñ¹Ð¹øÈ£ È®ÀÎÆû º¸¿©ÁÖ±â
	var confirmFlag	= false;
	function go_ConfirmForm(flag) {
		var frm = document.MyForm;
		var frm1= document.all;
		if (flag != "") {
			if (confirmFlag == false) {
				frm1.confirmLayer.style.display	= "";
				frm1.confirmLayer.style.top		= ypos - 100;
				frm1.confirmLayer.style.left	= xpos - 75;
				frm.confirm_flag.value					= flag;
				frm1.confirmLayer.style.height			= 55;
				frm1.confirmTrLayer_pswd.style.display	= "";
				frm.pswd.disabled	= false;
				frm.pswd.focus();
				confirmFlag = true;
			} else {
				frm1.confirmLayer.style.display			= "none";
				frm.confirm_flag.value					= "";
				frm1.confirmTrLayer_pswd.style.display	= "none";
				frm.pswd.disabled	= true;
				confirmFlag	= false;
			}
		} else {
			frm1.confirmLayer.style.display			= "none";
			frm.confirm_flag.value					= "";
			frm1.confirmTrLayer_pswd.style.display	= "none";
			frm.pswd.disabled	= true;
			confirmFlag	= false;
		}
	}
// object,embed Å×±× °ü·Ã ¼öÁ¤. 
	function InsertObject(strd)

	{
          document.write(strd);
	}
/*»õ·Î¿î ÀÚ¹Ù½ºÅ©¸³Æ® */
	//¾ßÈÄÀ¯Àú,ÁÖ¹Î¹øÈ£¾ø´ÂÀ¯Àú ÁÖ¹Î¹øÈ£ ÀÔ·ÂÃ¢ ¶ç¿ì±â
	
	

	function gameStart() {
        var ntWin;
        ntWin = window.open("/inc/yh_loginCheck_mall.asp?url=/yh_gamestart.asp","yh_gamestart","top=0,left=0,fullscreen=no,scrollbars=no,width=800,height=500");
       
	}

	//½Ç¸í ÀÎÁõ
	function gameStart1()
	{		
		url="/inc/yh_loginCheck.asp?url=/input_jumin_game.asp?gubun=2";
		//url = "/inc/yh_loginCheck_mall.asp?url=/input_jumin_game.asp?gubun=2";

		window.open(url,'','width=800,height=500,top=0,left=0,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	}
	
	//°ÔÀÓ À¥½ÇÇà ÆäÀÌÁö ¿­±â

	function gameStart2() {
        var ntWin;
        ntWin = window.open("/inc/yh_loginCheck_mall.asp?url=/yh_gamestart.asp","yh_gamestart","top=0,left=0,fullscreen=no,scrollbars=no,width=800,height=500");
       
	}

	function gameStart3() 
	{
        window.open("/inc/yh_loginCheck.asp?url=/input_jumin2.asp","yh_gamestart","top=0,left=0,width=800,height=500 menubar=no,directories=no,resizable=no,status=no,scrollbars=no");
		//alert("Ä«¸£Æäµð¿¥¿¡ ¿À½Å °ÍÀ» È¯¿µÇÕ´Ï´Ù.");
       
	}

	function login()
	{
		if(login_frm.id.value=="")
			{
				alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä..");
				login_frm.id.focus();
				return false;
			}
		if(login_frm.pwd.value=="")
			{
				alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä..");
				login_frm.pwd.focus();
				return false;
			}
			
		document.login_frm.submit();
	}

	function pw_find()
	{
		//var urlname = "/member/pwfind.asp";
		//window.open(urlname, "browse_org","height=270, width=401, menubar=no,directories=no,resizable=no,status=no,scrollbars=no");
		location.href="<%=UrlHttps%>/member/Member_IDSearch.asp";
	} 

	function member_out(id)
	{
		
		var userid = id;
		var urlname = "/member/member_out.asp?userid='"+userid+"'";
		window.open(urlname, "browse_org","height=270,width=401, menubar=no,directories=no,resizable=no,status=no,scrollbars=no");
	}

	function MM_openBrWindow(theURL,winName,features) { 
	  window.open(theURL,winName,features);
	}

	//ÃæÀüÇÏ±â ÆË¾÷
	function pay_charge()
	{
		w = 500;
		h = 400;

		var cnj_left = (screen.width-w) / 2;
		var cnj_top = (screen.height-h) / 2;
			
		url="/itemmall/login_flag2.asp";
		window.open(url,'','width=500,height=400,top='+cnj_top+',left='+cnj_left+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		//alert("ÃæÀüÀ» ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
			
	}

	//¾ßÈÄ ÃæÀüÇÏ±â ÆË¾÷
	function pay_charge_yh()
	{
		w = 800;
		h = 500;

		var cnj_left = (screen.width-w) / 2;
		var cnj_top = (screen.height-h) / 2;
			
		url="/inc/yh_loginCheck_mall.asp?url=/itemmall/login_flag2.asp";
		window.open(url,'charge','width=800,height=500,top='+cnj_top+',left='+cnj_left+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		//alert("ÃæÀüÀ» ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
			
	}

	//¾ÆÀÌÅÛ±¸¸ÅÇÏ±â ÆË¾÷
	function pay_pop(url)
	{
		
		//alert("¾ÆÀÌÅÛÀ» ±¸¸ÅÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
		window.open(url,'','width=400,height=300,top=0,left=0,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	}

	//¾ßÈÄÈ¸¿ø ¾ÆÀÌÅÛ±¸¸ÅÇÏ±â ÆË¾÷
	function pay_pop_yh(url1)
	{
		w = 800;
		h = 500;

		var cnj_left = (screen.width-w) / 2;
		var cnj_top = (screen.height-h) / 2;
		url="/inc/yh_loginCheck_mall.asp?url=" + url1;
		//alert("¾ÆÀÌÅÛÀ» ±¸¸ÅÇÏ½Ç ¼ö ¾ø½À´Ï´Ù."+ url);
		window.open(url,'pay_pop','width=800,height=500,top='+cnj_top+',left='+cnj_left+',marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	}

//¾ÆÀÌÅÛ¸ô ¸·±â ÀÓ½Ã
function close_itemmall()
{
	alert("¾ÆÀÌÅÛ¸ô ¾÷µ¥ÀÌÆ® °ü°è·Î 30ºÐ°£ Á¢¼ÓÀ» ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
	location.href= "<%=UrlHttp%>";
}

//-->