function OpeningWindows(theCC)
{
  var theCC;
  var thePath;
 
  if (theCC!="#")
  {
    thePath="/countrylist.asp?cc="+theCC;
    location.href=thePath;
  }
}


