
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('/pop_1231.html','africa','width='+'350'+',height='+'525'+',left='+'50'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
//       wint.opener = self;
//}

//if (getCookie("africa2") != "done")
//{
// wint=window.open('/popup0905.html','africa2','width='+'400'+',height='+'575'+',left='+'40'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
//       wint.opener = self;
//}

if (getCookie("africa3") != "done")
{
 wint=window.open('/popup/pop01_20100618.html','africa3','width='+'451'+',height='+'369'+',left='+'40'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
       wint.opener = self;
}
if (getCookie("africa4") != "done")
{
 wint=window.open('/popup/pop02_20100618.html','africa4','width='+'457'+',height='+'375'+',left='+'500'+',top='+'50'+',marginwidth=0,marginheight=0,resizable=0,scrollbars=0');
       wint.opener = self;
}


