
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 ""; 
}

function setCookie( name, value, expiredays ) { 
	var todayDate = new Date(); 
	todayDate.setDate( todayDate.getDate() + expiredays ); 
	document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" 
}



function popup_Day(poup_url , popup_name, popup_width, popup_height , popup_scrollbars, posx, posy, cookieFlag) {
		strFeatures = "titlebar=no,toolbar=no,directories=no,status=no,menubar=no,"
						+ "scrollbars=no,resizable=no,width=" + popup_width + ",height=" + popup_height + ",left=" + posx + ",top=" + posy;
		var popup01 = window.open(poup_url, cookieFlag, strFeatures);
}


//ÄíÆù ÀÌº¥Æ®
function PopupEvent()
{
    var width=400;
    var height=280;
    var posx=0;
    var posy=0;  
	var cookieId = "marooevent";
	var url = '/NaeSin/VodLec/popup_event.asp';
	
	//posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
	posx = 0;
	posy = 0;


	if ( getCookie( cookieId ) != "nopop" ) 
    {	   
		 popup_Day(url, cookieId, width, height, '0',posx, posy, cookieId);
    }	
}


function PopupWindow()
{
    var width=350;
    var height=375;
    var posx=0;
    var posy=0;  
	var cookieId = "20080910";
	var url = '/NaeSin/PopUp/090205/pop_20081231.html';
	
	//posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
	posx = 0;
	posy = 0;


	if ( getCookie( cookieId ) != "nopop" ) 
    {	   
		 popup_Day(url, cookieId, width, height, '0',posx, posy, cookieId);
    }	
}

function PopupWindow2()
{
    var width=500;
    var height=275;
    var posx=0;
    var posy=0;  
	var cookieId = '080812_1';
	var url = '/NaeSin/Popup/080812/pop_0812.html';
	
	//posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
	posx = 780;
	posy = 0;

	if ( getCookie( cookieId ) != "nopop" ) 
    {	   
		 popup_Day(url, cookieId, width, height, '0',posx, posy, cookieId);
    }	
}


function PopupWindow3()
{
    var width=405;
    var height=160;
    var posx=0;
    var posy=0;  
	var cookieId = '20080926';
	var url = '/NaeSin/Popup/080926/pop_0926.html';
	
	//posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
	posx = 0;
	posy = 0;

	if ( getCookie( cookieId ) != "nopop" ) 
    {	   
		 popup_Day(url, cookieId, width, height, '0',posx, posy, cookieId);
    }	
}

function PopupWindow4()
{
    var width=370;
    var height=375;
    var posx=0;
    var posy=0;  
	var cookieId = '20091210';
	var url = '/NaeSin/Popup/091210/pop_20091210.html';
	
	//posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
	posx = 0;
	posy = 0;

	if ( getCookie( cookieId ) != "nopop" ) 
    {	   
		 popup_Day(url, cookieId, width, height, '0',posx, posy, cookieId);
    }
}

function PopupWindow5() {
    var width = 348;
    var height = 375;
    var posx;
    var posy;
    var cookieId = '20100111';
    var url = '/NaeSin/Popup/100111/pop_20100111.html';

    //posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
    posx = 380;
    posy = 0;

    if (getCookie(cookieId) != "nopop") {
        popup_Day(url, cookieId, width, height, '0', posx, posy, cookieId);
    }
}

function PopupWindow6() {
    var width = 380;
    var height = 429;
    var posx;
    var posy;
    var cookieId = '20120201';
    var url = '/NaeSin/Popup/20120201/pop_20120201.html';

    //posx = (screen.width-width)/2-1;
    //posy = (screen.height-height)/2-1;
    posx = 0;
    posy = 0;

    if (getCookie(cookieId) != "nopop") {
        popup_Day(url, cookieId, width, height, '0', posx, posy, cookieId);
    }
}

//µ¿¿µ»ó °­ÁÂ ¼­ºñ½º
//PopupWindow4();

//Áß2-1 µ¿¿µ»ó °­ÁÂ ¼­ºñ½º
//PopupWindow5();

//Áß°£°í»ç
//PopupWindow();
//ÀÏ¹ÝÆË¾÷
//PopupWindow2();

//PopupWindow3();

PopupWindow6();




