/********************************
* Basic_Popup_Script
*********************************/

// Window_Open ½ºÅ©·ÑÀÌ ¾øÀ» ¶§
function OpenWindow(url,intWidth,intHeight) {
	window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,scrollbars=0") ;
}

// Window_Open ½ºÅ©·ÑÀÌ ÀÖÀ» ¶§
function OpenWindow_s(url,intWidth,intHeight) {
	window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,scrollbars=1") ;
}

// Window_Close
function CloseWindow() {
	window.close();
}


/********************************
* È¸¿ø°¡ÀÔ
*********************************/

/* »ç¶û º¸ÅÆÀÌ°¡ µÇ¸é */
function PopPointBoxPrint() {
	window.open("/fmp_isavingbox/popPointBoxPrint.jsp", "_PointBoxPrint", "width=620, height=500, resizable=0, scrollbars=1") ;
}



/********************************
* È¸¿ø°¡ÀÔ
*********************************/

/* »ç¶û º¸ÅÆÀÌ°¡ µÇ¸é */
function PopbotemiDetail() {
	window.open("/fmp_member/popbotemiDetail.jsp", "_fmp_member", "width=100, height=100, resizable=0, scrollbars=0") ;
}


/********************************
* ÀÌº¥Æ®
*********************************/

/* °øÁö»çÇ× ¸ñ·Ï */
function PopNewsList() {
	window.open("/fmp_event/popNewsList.jsp", "_NewsList", "width=100, height=100, resizable=0, scrollbars=0") ;
}

/* °øÁö»çÇ× º¸±â */
function PopNewsView() {
	window.open("/fmp_event/popNewsView.jsp", "_NewsView", "width=100, height=100, resizable=0, scrollbars=0") ;
}


/********************************
* ±Û·Î¹ú
*********************************/

/* ¼­ºñ½º ¿ë¾î»çÀü */
function PopDic(strCode) {
	window.open("/fmp_global/popDic.jsp?strCode=" + strCode, "_Dic", "width=795, height=575, resizable=0, scrollbars=0") ;
}