function Guin_Opt_Interest_In(mid, tar){

}

//·Î±×ÀÎ ÆË¾÷
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();
			}
		}
	}
}
