
function getCookie_kook( 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 ;
}


//팝업창
function eventPopUp() {
/*
   //팝업창-오픈안내 2009-11-17
  if(getCookie_kook("oopen") != "done") {
      window.open('/popup/popup_open.html','eopen','status=no, scrollbars=no, width=600,height=400, top=0, left=0 ');
  }

*/

/*
   //팝업창-국순당CF
  if(getCookie_kook("cf") != "done") {
      window.open('/popup/popup_adfilm.asp?idx=616','cf','status=no, scrollbars=no, width=450,height=594, top=0, left=0');

  }

   //팝업창-신종플루
  if(getCookie_kook("flu") != "done") {
      window.open('/popup/popup2.html','flu','status=no, scrollbars=no, width=335,height=313, top=0, left=453');

  }
*/
 //팝업창-구정 선물세트 + 국순당CF
  if(getCookie_kook("cf") != "done") {
      window.open('/popup/popup_double.asp','cf','status=no, scrollbars=no, width=450,height=520, top=0, left=0');

  }




  /*
  //팝업창-이력관리
  if(getCookie_kook("ksdb") != "done") {
      winopen = window.open('/popup/popup_profile2.html','profile','status=no, scrollbars=no, width=644,height=520, top=0, left=330');
      winopen.focus();
  }
  */
}