function LoginPopupMove(pos) {
	var ret = this.currentPage;
	var sLoginUrl = encodeURIComponent('http://movie.nate.com/redirect?url=') + ret + encodeURIComponent('&pos='+pos);
	window.open("/loginpopup/login?es="+sLoginUrl,"movie_pop_login","width=400,height=335,top=200,left=200,status=yes");
}
function LoginPopupSlide(ret) {
	var sLoginUrl = encodeURIComponent('http://movie.nate.com/redirect_slide?url=') + ret;
	window.open("http://movie.nate.com/loginpopup/login?es="+sLoginUrl,"movie_pop_login","width=400,height=335,top=200,left=200,status=yes");
}
function LoginPopupMain(ret) {
	var sLoginUrl = encodeURIComponent('http://movie.nate.com/redirect_ticket?url=') + ret;
	window.open("http://xo.nate.com/popuplogin.jsp?pop=direct&redirect="+sLoginUrl+"&check=true","movie_pop_login","width=400,height=314,top=200,left=200,status=yes");
}
function LoginPopupMovie(ret) {
	var sLoginUrl = 'http://movie.nate.com/redirect_ticket?url=' + ret;
	window.open("http://xo.nate.com/popuplogin.jsp?pop=direct&redirect="+sLoginUrl,"movie_pop_login","width=400,height=314,top=200,left=200,status=yes");
}
function _forceClose() {
	try {
		if (typeof(document.mainContent.loginPopClosed) == 'function') {
			document.mainContent.loginPopClosed();
		}
	} catch (e) {
		
	}
}