



// ·Î±×ÀÎ Æû ½ÃÀÛ

	function Jlogin_check() 	{
		var f = document.Jlogin_form;
		
		if (f.me_id.value == "") {
			alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.");
			f.me_id.focus();
			return false;
		}

		if (f.me_pass.value == "") {
			alert("ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.");
			f.me_pass.focus();
			return false;
		}

	}


	function find_idpass(URL, width, height, top, left, scroll) {
		var URL, width, height, top, left, scroll, str;

		str="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",";
		str=str+"resizable=no,copyhistory=no,fullscreen=no,";
		str=str+"width="+width+",height="+height+",";
		str=str+"top="+top+",left="+left;
		window.open(URL,'find_idpass',str);
	}




	function AutoLogin_check() { 
		if (document.Jlogin_form.auto_login.checked==true) {
			var check;  
			check = confirm("ÀÚµ¿ ·Î±×ÀÎ ±â´ÉÀ» »ç¿ëÇÏ½Ã°Ú½À´Ï±î?\n\nÀÚµ¿ ·Î±×ÀÎ »ç¿ë½Ã ´ÙÀ½ Á¢¼ÓºÎÅÍ´Â ·Î±×ÀÎÀ» ÇÏ½ÇÇÊ¿ä°¡ ¾ø½À´Ï´Ù.\n\n´Ü, °ÔÀÓ¹æ, ÇÐ±³µî °ø°øÀå¼Ò¿¡¼­ ÀÌ¿ë½Ã °³ÀÎÁ¤º¸°¡ À¯ÃâµÉ ¼ö ÀÖÀ¸´Ï ÁÖÀÇÇØÁÖ¼¼¿ä");

			if(check==false) {
				document.Jlogin_form.auto_login.checked=false;
			}

		}                  
	}




	function Login(La, Lb, Lc, Ld, width, height, top, left, scroll, Le, Lf, Lg, Lh) {
	
		var str, link_href
		str="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",";
		str=str+"resizable=no,copyhistory=no,fullscreen=no, width="+width+", height="+height+", left="+left+", top="+top+"";

		if (Lc.lastIndexOf("%")+1 > 0) {
			Lc = Lc.replace("%", "¢Â")
		}

		if (Ld.lastIndexOf("#")+1 > 0) {
			Ld = Ld.replace("#", "")
		}

		link_href = Lh+'skin/Jlogin_outside/'+La+'/login_form.asp';
		link_href += '?login_var='+La+',';
		link_href += Lb+','+Lc+',';
		link_href += Ld+','+Le+',';
		link_href += Lf+','+Lg+',';
		link_href += Lh;

		window.open(link_href,'pop_login',str);	
	
	}




	function login_link(file_name, target) {

		var file_name, target;

		eval(target).location.href = file_name;

		if (target == 'opener') {
			window.close();
		}
	}


// ·Î±×ÀÎ Æû ³¡


