
function change(form)
{
 if (form.url.selectedIndex !=0)
  parent.location = form.url.options[form.url.selectedIndex].value
}

function setCookie( name, value, expiredays )
{
 var todayDate = new Date();
 todayDate.setDate( todayDate.getDate() + expiredays );
 document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

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("africa") != "done")
{
 wint=window.open('/popup_contribution.html','africa','width='+'601'+',height='+'352'+',left='+'250'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
       wint.opener = self;
}


if (getCookie("africa2") != "done")
{
wint=window.open('/popup_kookhakStory.html','africa2','width='+'420'+',height='+'615'+',left='+'50'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
       wint.opener = self;
}

if (getCookie("africa3") != "done")
{
wint=window.open('/popup_kookmin2012.html','africa3','width='+'425'+',height='+'686'+',left='+'360'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
       wint.opener = self;
}


