<!--

//ÄíÅ°°ªÀ» °¡Á®¿À´Â ÇÔ¼ö
//¿öÄ¿Èú ÆË¾÷
function getCookie(name) {
var from_idx = document.cookie.indexOf(name+'=');
if (from_idx != -1) { 
from_idx += name.length + 1
to_idx = document.cookie.indexOf(';', from_idx) 
if (to_idx == -1) {
to_idx = document.cookie.length
}
return unescape(document.cookie.substring(from_idx, to_idx))
}
} 

var CloseDate = new Date("August 31, 2006"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
var Today = new Date();

if (Today < CloseDate)
{
//getCookie ÇÔ¼ö¸¦ È£ÃâÇÏ¿© ÄíÅ°°ªÀ» °¡Á®¿Â´Ù.
var blnCookie = getCookie("walker1");
//ÄíÅ°°ªÀÌ true°¡ ¾Æ´Ò °æ¿ì¿¡¸¸ »õ Ã¢À» ¶ç¿î´Ù.
if ( !blnCookie ) {
win = window.open("walker_popup_s.html","walker1","width=350,height=320,left=0,top=0"); 
win.focus();
}
}


//µ¿È­¸é¼¼Á¡ ÆË¾÷
function getCookie(name) {
var from_idx = document.cookie.indexOf(name+'=');
if (from_idx != -1) { 
from_idx += name.length + 1
to_idx = document.cookie.indexOf(';', from_idx) 
if (to_idx == -1) {
to_idx = document.cookie.length
}
return unescape(document.cookie.substring(from_idx, to_idx))
}
} 

var CloseDate = new Date("August 31, 2006"); //ÆË¾÷ À©µµ¿ì¸¦ ´Ý°íÀÚ ÇÏ´Â ³¯Â¥
var Today = new Date();

if (Today < CloseDate)
{
//getCookie ÇÔ¼ö¸¦ È£ÃâÇÏ¿© ÄíÅ°°ªÀ» °¡Á®¿Â´Ù.
var blnCookie = getCookie("ok1");
//ÄíÅ°°ªÀÌ true°¡ ¾Æ´Ò °æ¿ì¿¡¸¸ »õ Ã¢À» ¶ç¿î´Ù.
if ( !blnCookie ) {
win = window.open("dong_popup.html","ok1","width=550,height=230,left=360,top=0"); 
win.focus();
}
}



//-->



