/***************************************************************************
'	1. ½Ã ½º ÅÛ ¸í	: ÅëÇÕ°í°´Á¤º¸
'	2. ¾÷ ¹« ¿µ ¿ª	: ÅëÇÕ ¸Þ´º±¸¼º
'	3. ºÎ¾÷¹« ¿µ¿ª	: »ó´Ü ¸Þ´º ±¸¼º
'	4. °³  ¹ß  ÀÚ	: ±è¿øÁø, Á¤µ¿¸í
'	5. ÃÖÃÊ ÀÛ¼ºÀÏ	: 2001.06.22
'	6. È£ ½º Æ® ¸í	: www
'	7. Æú  ´õ  ¸í	: /ctwpass/jscss/
'	8. ÆÄ  ÀÏ  ¸í	: menu.js
'	9. ÆÄ ÀÏ ¼³ ¸í	:
'		1) ¸Þ´º ±¸¼º ÇÔ¼öµé
' 
'-----------------------------------------------------------------------------
'	10. º¯ °æ »ç Ç×	:
'		1) 2001.05.23 onLoad_Button ÇÔ¼ö¿¡ º¯¼öÃß°¡(BG_Image),
'			º¯°æ³»¿ë(ÇØ´ç ºÎºÐ¿¡
'			º¯°æ(2001.05.21)... °ú
'			º¯°æ(2001.05.21)ÈÄ... Çü½ÄÀ¸·Î ±âÀÔ
'		2) 2004.07.10 ¸ÞÀÎÆäÀÌÁö¿¡¼­ popup ¶ç¿ì´Â ÀÛ¾÷.
'			ÇöÀç »ç¿ëÇÏÁö ¾Ê´Â ¸Þ¼Òµå : callPage040221(),getCookie0221()
'			ÇöÀç popup open ÇÔ¼ö·Î »ç¿ëÁßÀÎ ¸Þ¼Òµå : callPage(),notice_getCookie()
'			/popup/20040712/pop_20040712.html callPage() ¿¡ Ãß°¡.
'		3) 2009.03.02 È«º¸¿ë ´Ü¼ø ÆË¾÷Àº ¸ÞÀÎÈ­¸é ·Îµù½Ã¿¡¸¸ ¶ç¿î´Ù. ·Î±×ÀÎÇßÀ»°æ¿ì¿¡´Â ¶ßÁö¾ÊÀ½.
						callPage()¿¡ notice_getCookie( "c_cust_id" ) == "" °ª Ã¼Å©. ¼ºÇý¼±
****************************************************************************/
function callPage040221() 
{
    var PAGE_URL;
    PAGE_URL  = '/popup/popup_bond.html';
  	if (getCookie0221('ctw') != "deny") {
    	window.open(PAGE_URL,'ctw', 'left=200, top=200, width=442, height=540, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no');
	}
}
function getCookie0221(Name) {
  var search = Name + "="
  if (document.cookie.length > 0) { // ÄíÅ°°¡ ¼³Á¤µÇ¾î ÀÖ´Ù¸é
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // ÄíÅ°°¡ Á¸ÀçÇÏ¸é
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset)
      // ÄíÅ° °ªÀÇ ¸¶Áö¸· À§Ä¡ ÀÎµ¦½º ¹øÈ£ ¼³Á¤
      if (end == -1)
        end = document.cookie.length
      return unescape(document.cookie.substring(offset, end))
    }
  }
}

function callPage() {

	var todayDate = new Date(); //³¯Â¥ º¯¼ö
	var today;
	var month = todayDate.getMonth()+1;
	var date  = todayDate.getDate();
	var hour = todayDate.getHours();
	var min	= todayDate.getMinutes();
	if (month < 10 ) month = "0"+month;
	if (date  < 10) date = "0" + date;
    if (hour < 10 ) hour = "0" + hour;
    if (min < 10) min = "0" + min;
  	today = ""+todayDate.getYear() + month + date + hour + min;
	
	var vPop09 = notice_getCookie( "pop09" );

/**
	1. ÆË¾÷ÀÌ ÇÑ°ÇÀÏ¶§ ³¯Â¥º° ±×´ë·Î
	2. ÆË¾÷ÀÌ ¿©·¯°ÇÀÏ¶§ ÄíÅ°°ª ÇÏ³ª·Î °ü¸®(pop09=YNNNN, pop09=NYNNN, µÎ°³ ÆË¾÷ ¸ðµÎ ±×¸¸º¼¶§´Â pop09=YYNNN)
	- ·Î±×ÀÎ Àü : ex)¾øÀ½
	- ·Î±×ÀÎ ÈÄ : ex)ETF(090120~ÀÌ°ü¿Ï·á½Ã); index.jsp¿¡¼­ °ü¸®
	- µ¿½Ã¿¡ : ex)2009 ±Û·Î¹ú ÀüÀÚ¹«¿ª ¼­ºñ½º ¼³¸íÈ¸ °³ÃÖ °Ç
*/
	if (notice_getCookie( "p100121" ) != "done" && ( "201001200000"<= today &&  today  <= "201002052359")) {
		  	window.open('/ctw/popup/20100121/uth_popup100119.html','popup0121','width=348,height=289,left=20,top=20,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
    }
}

function notice_getCookie( name )
{
        var nameOfCookie = name + "=";
        var x = 0;
        while ( x <= document.cookie.length )
        {
                var y = (x+nameOfCookie.length);
                if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                endOfCookie = document.cookie.length;
                        return unescape( document.cookie.substring( y, endOfCookie ) );
                }
                x = document.cookie.indexOf( " ", x ) + 1;
                if ( x == 0 )
                        break;
        }
        return "";
}

