// 팝업창 시작
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
function fInit() {
/* if(getCookie("openevent") != "done") {
        vObj = window.open('popup/pop_100913.html','pop1','width=300,height=410,top=,right=800');
   }
 
  if(getCookie("openevent3") != "done3") {
        vObj = window.open('pop/pop_100209_02.html','pop4','width=300,height=480,top=10,left=320');
   }
   if(getCookie("openevent2") != "done2") {
        vObj = window.open('popup/foxy_pop_081207.asp','pop2','width=450,height=250,top=10,left=720'); //780
   }

   if(getCookie("openevent") != "done") {
        vObj = window.open('popup/popup_080823.html','pop1','width=300,height=250,top=50,left=550');
   }
*/
}
function 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 ;
}

if ( getCookie("openevent") != "N" )<!---------함수값 변경 ----------->
{
 fInit();
}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////    
// 팝업창 끝

