// SMS - SMS¹ß¼Û
function SMS(){
letterURL = "/popup/pop_sms.jsp";
window.open(letterURL,"drive_tip","left=50,top=50,width=400,height=300,history=no,resizable=no,status=no,scrollbars=NO,menubar=no");
}

// APT - °ü½É´ÜÁöµî·Ï
function bookMarkAPT(apt_cd){
	var url = "/popup/pop_apt.jsp?apt_cd=" + apt_cd;
	var winl = (screen.width - 400)/2;
	var wint = (screen.height - 300)/2;
	var wnd = window.open(url, "NOTICE", "width=400, height=300, top=" + wint + ", left=" + winl + "'");
}

// NOTICE - °øÁö»çÇ×
function NOTICE (){
letterURL = "/07_info_castle/pop_notice.jsp";
window.open(letterURL,"drive_tip","left=50,top=50,width=400,height=300,history=no,resizable=no,status=no,scrollbars=NO,menubar=no");
}

//¾ÆÆÄÆ®º° °øÁö»çÇ×
function showNotice(apt_cd, iboard, seq){
	var url = "/SI/AI/SI_AI_PRD001_03_View.asp?aptCode="+ apt_cd +"&iIDX="+ seq +"&iBoard="+ iboard;
	location.href = url;
}

//ÀÌ´ÞÀÇ°øÁö»çÇ× °øÁö»çÇ×
function showNoticeMonth(apt_cd, seq){
	var url = "/popup/pop_month_notice.jsp?apt_cd=" + apt_cd + "&seq=" + seq;
	var winl = (screen.width - 420)/2;
	var wint = (screen.height - 300)/2;
	var wnd = window.open(url, "NOTICE", "width=420, height=300, top=" + wint + ", left=" + winl + "', scrollbars=yes");
}

//»ç¿ëÀÚ Á¤º¸ Á¶È¸	
function goDetailUser(ssn){
	var url = "/administrator/member/mem_pop_view.jsp?mem_cd=" + ssn;
	var winl = (screen.width - 680)/2;
	var wint = (screen.height - 500)/2;
	var wnd = window.open(url, "MEMBER", "width=680, height=500, top=" + wint + ", left=" + winl + "', scrollbars=yes");
}


//·Î±×ÀÎÃ¢ ¾È³» ÆË¾÷Ã¢ 
function getLoginPop(url,width,height,name){
	var winl = (screen.width - 680)/2;
	var wint = (screen.height - 500)/2;
	var wnd = window.open(url, name, "width="+width+", height="+height+", top=" + wint + ", left=" + winl + "', scrollbars=no");
}

//ºñ¹Ð¹øÈ£Ã£±â ÆË¾÷Ã¢ 
function getPwdFindPop(url,width,height,name){
	var winl = (screen.width - 680)/2;
	var wint = (screen.height - 500)/2;
	var wnd = window.open(url, name, "width="+width+", height="+height+", top=" + wint + ", left=" + winl + "', scrollbars=no");
}

