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("no_pop1") != "ok")
{
 window.open("http://www.krdkorea.com/pop/pop1214.html","popup1","width=618, height=915, left=0, top=0, scrollbars=yes");
} -->

//¹Ìµð¾î´ÙÀ½//
if(getCookie("pop2") != "ok")
{
 window.open("http://www.krdkorea.com/pop/pop1222.html","popup2","width=530, height=570, left=0, top=0, scrollbars=yes");
} 


//¹Ìµð¾î´ÙÀ½//
<!-- if(getCookie("pop3") != "ok")
{
 window.open("http://www.krdkorea.com/pop/pop1222.html","popup2","width=530, height=570, left=0, top=0, scrollbars=yes");
} -->
