function Guin_Opt_Interest_In(mid, tar){
	try{
		if(mid == ""){
			LoginPopup("°ü½É»óÇ°Àº ±â¾÷È¸¿ø ·Î±×ÀÎ ÈÄ¿¡ µî·ÏÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.\n","","gi")
		} else {
			if(tar!=""){
				var AgentIf = document.getElementById("albamontargetURL");
				AgentIf.src = "/corp/mon_interest_guin_i.asp?optname="+tar;
			}
		}
	}catch(e){
	}
}

//·Î±×ÀÎ ÆË¾÷
function LoginPopup(msg,ptype,mtype){
	if(ptype=="n"){
		var g_pop = window.open('/login/login_pop.asp?mtype='+mtype,'logpop','menubar=0,toolbar=0,location=0,directories=0,resizable=0,scrollbars=0,status=0,width=450px,height=428px');
		if(g_pop!=null){
			g_pop.focus();
		}
	}else if(ptype=="a"){
		var g_pop = window.open('/login/login_pop.asp?mtype='+mtype+'&mv=y','logpop','menubar=0,toolbar=0,location=0,directories=0,resizable=0,scrollbars=0,status=0,width=450px,height=428px');
		if(g_pop!=null){
			g_pop.focus();
		}
	}else{
		var msgstr = "";
		if(msg!=""){
			msgstr = msg+"\n";
		}
		if(confirm(msgstr+"·Î±×ÀÎ ÇÏ½Ã°Ú½À´Ï±î?")){
			var g_pop = window.open('/login/login_pop.asp?mtype='+mtype,'logpop','menubar=0,toolbar=0,location=0,directories=0,resizable=0,scrollbars=0,status=0,width=450px,height=428px');
			if(g_pop!=null){
				g_pop.focus();
			}
		}
	}
}