function S_Photo_APTWin(func_LocalJunCode,func_Localcode,func_M_Kind,func_M_Kind_d,func_Photonum,func_LocalValue) {
	
	//func_LocalValue : ÀÓ½Ã º¯¼ö
	var width=904 ;
	var height=680 ;
	
	var leftpos=0 ;
	var toppos=0 ;
	leftpos = (screen.width-width)/2-1 ;
	toppos = (screen.height-height)/2-1 ;
	
	var url;
	
	if (func_LocalValue == "2") {
		url = "http://www.r114.co.kr/s_photo/common_info/main_view.asp?jno="+func_LocalJunCode+"&m_kind="+func_M_Kind+"&mulcode="+func_Localcode+"&photo_num="+func_Photonum
	}else{
		url = "http://www.r114.co.kr/s_photo/aptinfo/main_view.asp?jno="+func_LocalJunCode+"&aptcode="+func_Localcode+"&m_kind="+func_M_Kind+"&m_kind_d="+func_M_Kind_d+"&photo_num="+func_Photonum
	}
	
	
	var S_Photo_Window = window.open(url,"s_photo_popup", "width="+width+",height="+height+",top="+toppos+",left="+leftpos+",directories=0, location=0, memubar=0, resizable=0, scrollbars=no");
	S_Photo_Window.focus();
}


function Photo_ViewWin(func_LocalMkind,func_LocalMulCode) {
	
	//func_LocalValue : ÀÓ½Ã º¯¼ö
	var width=650 ;
	var height=300 ;
	
	var leftpos=0 ;
	var toppos=0 ;
	leftpos = (screen.width-width)/2-1 ;
	toppos = (screen.height-height)/2-1 ;
	
	var S_Photo_Window = window.open("http://www.r114.co.kr/z/depot/memulphoto/display.asp?mkind="+func_LocalMkind+"&mulcode="+func_LocalMulCode,"photo_popup", "width="+width+",height="+height+",top="+toppos+",left="+leftpos+",directories=0, location=0, memubar=0, resizable=yes, scrollbars=yes");
	//var S_Photo_Window = window.open("/z/depot/memulphoto/display.asp?mkind="+func_LocalMkind+"&mulcode="+func_LocalMulCode,"photo_popup", "width="+width+",height="+height+",top="+toppos+",left="+leftpos+",directories=0, location=0, memubar=0, resizable=yes, scrollbars=yes");
}


function Photo_NaverViewWin(func_LocalMkind,func_LocalMulCode) {
	
	//func_LocalValue : ÀÓ½Ã º¯¼ö
	var width=650 ;
	var height=300 ;
	
	var leftpos=0 ;
	var toppos=0 ;
	leftpos = (screen.width-width)/2-1 ;
	toppos = (screen.height-height)/2-1 ;
	
	var S_Photo_Window = window.open("http://www.r114.co.kr/z/depot/memulphoto/displaynaver.asp?mulcode="+func_LocalMulCode,"photo_popup", "width="+width+",height="+height+",top="+toppos+",left="+leftpos+",directories=0, location=0, memubar=0, resizable=yes, scrollbars=yes");	
}