function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

// Example: obj = findObj("image1");

function findObj(theObj, theDoc)
{
  var p, i, foundObj;

  if(!theDoc) theDoc = document;
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
  {
    theDoc = parent.frames[theObj.substring(p+1)].document;
    theObj = theObj.substring(0,p);
  }
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
  for (i=0; !foundObj && i < theDoc.forms.length; i++) 
    foundObj = theDoc.forms[i][theObj];
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
    foundObj = findObj(theObj,theDoc.layers[i].document);
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);  

  return foundObj;
}

// * Dependencies * 
// this function requires the following snippets:
// JavaScript/readable_MM_functions/findObj
//
// Accepts a variable number of arguments, in triplets as follows:
// arg 1: simple name of a layer object, such as "Layer1"
// arg 2: ignored (for backward compatibility)
// arg 3: 'hide' or 'show'
// repeat...
//
// Example: showHideLayers(Layer1,'','show',Layer2,'','hide');

// With Raise A Tree amended script...
// arg 1: simple name of a layer object, such as "Layer1"
// arg 2: ignored (for backward compatibility)
// arg 3: 'hide' or 'show'
// arg 4: 'inline' or 'normal'
// repeat...
//
// Example: showHideLayers(Layer1,'','show',Layer2,'','hide');

function showHideLayers()
{ 
  var i, visStr, obj, args = showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3)
  {
    if ((obj = findObj(args[i])) != null)
    {
      visStr = args[i+2];
      if (obj.style)
      {
        obj = obj.style;
        if(visStr == 'show') visStr = 'block';
        else if(visStr == 'hide') visStr = 'none';
      }
      obj.display = visStr;
    }
  }
}

function africaLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-africa.jpg');
	showHideLayers('AfricaInfo','','show','AsiaInfo','','hide','AustralasiaInfo','','hide','EuropeInfo','','hide','MiddleEastInfo','','hide','NAmericaInfo','','hide','SAmericaInfo','','hide');
}
function africaLayersOut()
{
	MM_swapImgRestore();
}

function AfricaPreloadImages()
{
	MM_preloadImages('../images/maps/south africa.jpg','../images/maps/botswana.jpg','../images/maps/namibia.jpg','../images/maps/madagascar.jpg');
}

function asiaLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-asia.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','show','AustralasiaInfo','','hide','EuropeInfo','','hide','MiddleEastInfo','','hide','NAmericaInfo','','hide','SAmericaInfo','','hide');
}
function asiaLayersOut()
{
	MM_swapImgRestore();
}

function AsiaPreloadImages()
{
	MM_preloadImages('../images/maps/china.jpg','../images/maps/india.jpg','../images/maps/japan.jpg','../images/maps/russia.jpg','../images/maps/vietnam.jpg');
}

function australasiaLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-australasia.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','hide','AustralasiaInfo','','show','EuropeInfo','','hide','MiddleEastInfo','','hide','NAmericaInfo','','hide','SAmericaInfo','','hide');
}
function australasiaLayersOut()
{
	MM_swapImgRestore();
}

function AustralasiaPreloadImages()
{
	MM_preloadImages('../images/maps/australia.jpg','../images/maps/indonesia.jpg','../images/maps/papua new guinea.jpg','../images/maps/new zealand.jpg');
}

function europeLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-europe.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','hide','AustralasiaInfo','','hide','EuropeInfo','','show','MiddleEastInfo','','hide','NAmericaInfo','','hide','SAmericaInfo','','hide');
}
function europeLayersOut()
{
	MM_swapImgRestore();
}

function EuropePreloadImages()
{
	MM_preloadImages('../images/maps/austria.jpg','../images/maps/belgium.jpg','../images/maps/czech republic.jpg','../images/maps/denmark.jpg','../images/maps/france.jpg','../images/maps/germany.jpg','../images/maps/greece.jpg','../images/maps/Italy.jpg','../images/maps/netherlands.jpg','../images/maps/portugal.jpg','../images/maps/spain.jpg','../images/maps/switzerland.jpg','../images/maps/UK.jpg');
}

function middleEastLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-middleEast.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','hide','AustralasiaInfo','','hide','EuropeInfo','','hide','MiddleEastInfo','','show','NAmericaInfo','','hide','SAmericaInfo','','hide');
}
function middleEastLayersOut()
{
	MM_swapImgRestore();
}

function MiddleEastPreloadImages()
{
	MM_preloadImages('../images/maps/egypt.jpg','../images/maps/kuwait.jpg','../images/maps/saudi arabia.jpg','../images/maps/turkey.jpg','../images/maps/UAE.jpg');
}

function nAmericaLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-nAmerica.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','hide','AustralasiaInfo','','hide','EuropeInfo','','hide','MiddleEastInfo','','hide','NAmericaInfo','','show','SAmericaInfo','','hide');
}
function nAmericaLayersOut()
{
	MM_swapImgRestore();
}

function NorthAmericaPreloadImages()
{
	MM_preloadImages('../images/maps/canada.jpg','../images/maps/mexico.jpg','../images/maps/USA.jpg');
}

function sAmericaLayersOver()
{
	MM_swapImage('worldMapImg','','../images/maps/world-map.jpg', 'worldMapImg','','../images/maps/world-map-sAmerica.jpg');
	showHideLayers('AfricaInfo','','hide','AsiaInfo','','hide','AustralasiaInfo','','hide','EuropeInfo','','hide','MiddleEastInfo','','hide','NAmericaInfo','','hide','SAmericaInfo','','show');
}
function sAmericaLayersOut()
{
	MM_swapImgRestore();
}

function SouthAmericaPreloadImages()
{
	MM_preloadImages('../images/maps/argentina.jpg','../images/maps/bolivia.jpg','../images/maps/brazil.jpg','../images/maps/chile.jpg','../images/maps/paraguay.jpg','../images/maps/uruguay.jpg');
}

// Now import the functions from the cfloop file

function ArgentinaLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Argentina.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','ArgentinaInfo','','show');
}

function ArgentinaLayersOut()
{
MM_swapImgRestore();
}

function AustraliaLayersOver()
{
MM_swapImage('AustralasiaMapImg','','../images/maps/new-maps/Australasia.jpg', 'AustralasiaMapImg','','../images/maps/Australia.jpg');
showHideLayers('AustraliaInfo','','hide','NewZealandInfo','','hide','IndonesiaInfo','','hide','PapuaNewGuineaInfo','','hide','AustraliaInfo','','show');
}

function AustraliaLayersOut()
{
MM_swapImgRestore();
}

function AustriaLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Austria.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','AustriaInfo','','show');
}

function AustriaLayersOut()
{
MM_swapImgRestore();
}

function BelgiumLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Belgium.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','BelgiumInfo','','show');
}

function BelgiumLayersOut()
{
MM_swapImgRestore();
}

function BoliviaLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Bolivia.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','BoliviaInfo','','show');
}

function BoliviaLayersOut()
{
MM_swapImgRestore();
}

function BotswanaLayersOver()
{
MM_swapImage('AfricaMapImg','','../images/maps/new-maps/Africa.jpg', 'AfricaMapImg','','../images/maps/Botswana.jpg');
showHideLayers('SouthAfricaInfo','','hide','MadagascarInfo','','hide','NamibiaInfo','','hide','BotswanaInfo','','hide','BotswanaInfo','','show');
}

function BotswanaLayersOut()
{
MM_swapImgRestore();
}

function BrazilLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Brazil.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','BrazilInfo','','show');
}

function BrazilLayersOut()
{
MM_swapImgRestore();
}

function CanadaLayersOver()
{
MM_swapImage('NAmericaMapImg','','../images/maps/new-maps/North America.jpg', 'NAmericaMapImg','','../images/maps/Canada.jpg');
showHideLayers('USAInfo','','hide','CanadaInfo','','hide','MexicoInfo','','hide','CanadaInfo','','show');
}

function CanadaLayersOut()
{
MM_swapImgRestore();
}

function ChileLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Chile.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','ChileInfo','','show');
}

function ChileLayersOut()
{
MM_swapImgRestore();
}

function ChinaLayersOver()
{
MM_swapImage('AsiaMapImg','','../images/maps/new-maps/Asia.jpg', 'AsiaMapImg','','../images/maps/China.jpg');
showHideLayers('IndiaInfo','','hide','RussiaInfo','','hide','ChinaInfo','','hide','JapanInfo','','hide','VietnamInfo','','hide','ChinaInfo','','show');
}

function ChinaLayersOut()
{
MM_swapImgRestore();
}

function CzechRepublicLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Czech Republic.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','CzechRepublicInfo','','show');
}

function CzechRepublicLayersOut()
{
MM_swapImgRestore();
}

function DenmarkLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Denmark.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','DenmarkInfo','','show');
}

function DenmarkLayersOut()
{
MM_swapImgRestore();
}

function EgyptLayersOver()
{
MM_swapImage('MiddleEastMapImg','','../images/maps/new-maps/Middle East.jpg', 'MiddleEastMapImg','','../images/maps/Egypt.jpg');
showHideLayers('SaudiArabiaInfo','','hide','UAEInfo','','hide','EgyptInfo','','hide','TurkeyInfo','','hide','KuwaitInfo','','hide','EgyptInfo','','show');
}

function EgyptLayersOut()
{
MM_swapImgRestore();
}

function FranceLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/France.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','FranceInfo','','show');
}

function FranceLayersOut()
{
MM_swapImgRestore();
}

function GermanyLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Germany.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','GermanyInfo','','show');
}

function GermanyLayersOut()
{
MM_swapImgRestore();
}

function GreeceLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Greece.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','GreeceInfo','','show');
}

function GreeceLayersOut()
{
MM_swapImgRestore();
}

function IndiaLayersOver()
{
MM_swapImage('AsiaMapImg','','../images/maps/new-maps/Asia.jpg', 'AsiaMapImg','','../images/maps/India.jpg');
showHideLayers('IndiaInfo','','hide','RussiaInfo','','hide','ChinaInfo','','hide','JapanInfo','','hide','VietnamInfo','','hide','IndiaInfo','','show');
}

function IndiaLayersOut()
{
MM_swapImgRestore();
}

function IndonesiaLayersOver()
{
MM_swapImage('AustralasiaMapImg','','../images/maps/new-maps/Australasia.jpg', 'AustralasiaMapImg','','../images/maps/Indonesia.jpg');
showHideLayers('AustraliaInfo','','hide','NewZealandInfo','','hide','IndonesiaInfo','','hide','PapuaNewGuineaInfo','','hide','IndonesiaInfo','','show');
}

function IndonesiaLayersOut()
{
MM_swapImgRestore();
}

function ItalyLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Italy.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','ItalyInfo','','show');
}

function ItalyLayersOut()
{
MM_swapImgRestore();
}

function JapanLayersOver()
{
MM_swapImage('AsiaMapImg','','../images/maps/new-maps/Asia.jpg', 'AsiaMapImg','','../images/maps/Japan.jpg');
showHideLayers('IndiaInfo','','hide','RussiaInfo','','hide','ChinaInfo','','hide','JapanInfo','','hide','VietnamInfo','','hide','JapanInfo','','show');
}

function JapanLayersOut()
{
MM_swapImgRestore();
}

function KuwaitLayersOver()
{
MM_swapImage('MiddleEastMapImg','','../images/maps/new-maps/Middle East.jpg', 'MiddleEastMapImg','','../images/maps/Kuwait.jpg');
showHideLayers('SaudiArabiaInfo','','hide','UAEInfo','','hide','EgyptInfo','','hide','TurkeyInfo','','hide','KuwaitInfo','','hide','KuwaitInfo','','show');
}

function KuwaitLayersOut()
{
MM_swapImgRestore();
}

function MadagascarLayersOver()
{
MM_swapImage('AfricaMapImg','','../images/maps/new-maps/Africa.jpg', 'AfricaMapImg','','../images/maps/Madagascar.jpg');
showHideLayers('SouthAfricaInfo','','hide','MadagascarInfo','','hide','NamibiaInfo','','hide','BotswanaInfo','','hide','MadagascarInfo','','show');
}

function MadagascarLayersOut()
{
MM_swapImgRestore();
}

function MexicoLayersOver()
{
MM_swapImage('NAmericaMapImg','','../images/maps/new-maps/North America.jpg', 'NAmericaMapImg','','../images/maps/Mexico.jpg');
showHideLayers('USAInfo','','hide','CanadaInfo','','hide','MexicoInfo','','hide','MexicoInfo','','show');
}

function MexicoLayersOut()
{
MM_swapImgRestore();
}

function NamibiaLayersOver()
{
MM_swapImage('AfricaMapImg','','../images/maps/new-maps/Africa.jpg', 'AfricaMapImg','','../images/maps/Namibia.jpg');
showHideLayers('SouthAfricaInfo','','hide','MadagascarInfo','','hide','NamibiaInfo','','hide','BotswanaInfo','','hide','NamibiaInfo','','show');
}

function NamibiaLayersOut()
{
MM_swapImgRestore();
}

function NetherlandsLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Netherlands.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','NetherlandsInfo','','show');
}

function NetherlandsLayersOut()
{
MM_swapImgRestore();
}

function NewZealandLayersOver()
{
MM_swapImage('AustralasiaMapImg','','../images/maps/new-maps/Australasia.jpg', 'AustralasiaMapImg','','../images/maps/New Zealand.jpg');
showHideLayers('AustraliaInfo','','hide','NewZealandInfo','','hide','IndonesiaInfo','','hide','PapuaNewGuineaInfo','','hide','NewZealandInfo','','show');
}

function NewZealandLayersOut()
{
MM_swapImgRestore();
}

function PapuaNewGuineaLayersOver()
{
MM_swapImage('AustralasiaMapImg','','../images/maps/new-maps/Australasia.jpg', 'AustralasiaMapImg','','../images/maps/Papua New Guinea.jpg');
showHideLayers('AustraliaInfo','','hide','NewZealandInfo','','hide','IndonesiaInfo','','hide','PapuaNewGuineaInfo','','hide','PapuaNewGuineaInfo','','show');
}

function PapuaNewGuineaLayersOut()
{
MM_swapImgRestore();
}

function ParaguayLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Paraguay.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','ParaguayInfo','','show');
}

function ParaguayLayersOut()
{
MM_swapImgRestore();
}

function PortugalLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Portugal.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','PortugalInfo','','show');
}

function PortugalLayersOut()
{
MM_swapImgRestore();
}

function RussiaLayersOver()
{
MM_swapImage('AsiaMapImg','','../images/maps/new-maps/Asia.jpg', 'AsiaMapImg','','../images/maps/Russia.jpg');
showHideLayers('IndiaInfo','','hide','RussiaInfo','','hide','ChinaInfo','','hide','JapanInfo','','hide','VietnamInfo','','hide','RussiaInfo','','show');
}

function RussiaLayersOut()
{
MM_swapImgRestore();
}

function SaudiArabiaLayersOver()
{
MM_swapImage('MiddleEastMapImg','','../images/maps/new-maps/Middle East.jpg', 'MiddleEastMapImg','','../images/maps/saudi arabia.jpg');
showHideLayers('SaudiArabiaInfo','','hide','UAEInfo','','hide','EgyptInfo','','hide','TurkeyInfo','','hide','KuwaitInfo','','hide','SaudiArabiaInfo','','show');
}

function SaudiArabiaLayersOut()
{
MM_swapImgRestore();
}

function SouthAfricaLayersOver()
{
MM_swapImage('AfricaMapImg','','../images/maps/new-maps/Africa.jpg', 'AfricaMapImg','','../images/maps/South Africa.jpg');
showHideLayers('SouthAfricaInfo','','hide','MadagascarInfo','','hide','NamibiaInfo','','hide','BotswanaInfo','','hide','SouthAfricaInfo','','show');
}

function SouthAfricaLayersOut()
{
MM_swapImgRestore();
}

function SpainLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Spain.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','SpainInfo','','show');
}

function SpainLayersOut()
{
MM_swapImgRestore();
}

function SwitzerlandLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/Switzerland.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','SwitzerlandInfo','','show');
}

function SwitzerlandLayersOut()
{
MM_swapImgRestore();
}

function TurkeyLayersOver()
{
MM_swapImage('MiddleEastMapImg','','../images/maps/new-maps/Middle East.jpg', 'MiddleEastMapImg','','../images/maps/Turkey.jpg');
showHideLayers('SaudiArabiaInfo','','hide','EgyptInfo','','hide','UAEInfo','','hide','TurkeyInfo','','hide','KuwaitInfo','','hide','TurkeyInfo','','show');
}

function TurkeyLayersOut()
{
MM_swapImgRestore();
}

function UAELayersOver()
{
MM_swapImage('MiddleEastMapImg','','../images/maps/new-maps/Middle East.jpg', 'MiddleEastMapImg','','../images/maps/UAE.jpg');
showHideLayers('SaudiArabiaInfo','','hide','UAEInfo','','hide','EgyptInfo','','hide','TurkeyInfo','','hide','KuwaitInfo','','hide','UAEInfo','','show');
}

function UAELayersOut()
{
MM_swapImgRestore();
}

function UKLayersOver()
{
MM_swapImage('EuropeMapImg','','../images/maps/new-maps/Europe.jpg', 'EuropeMapImg','','../images/maps/UK.jpg');
showHideLayers('UKInfo','','hide','FranceInfo','','hide','GermanyInfo','','hide','GreeceInfo','','hide','SpainInfo','','hide','SwitzerlandInfo','','hide','BelgiumInfo','','hide','AustriaInfo','','hide','PortugalInfo','','hide','ItalyInfo','','hide','CzechRepublicInfo','','hide','DenmarkInfo','','hide','NetherlandsInfo','','hide','UKInfo','','show');
}

function UKLayersOut()
{
MM_swapImgRestore();
}

function UruguayLayersOver()
{
MM_swapImage('SAmericaMapImg','','../images/maps/new-maps/South America.jpg', 'SAmericaMapImg','','../images/maps/Uruguay.jpg');
showHideLayers('BrazilInfo','','hide','ChileInfo','','hide','BoliviaInfo','','hide','UruguayInfo','','hide','ArgentinaInfo','','hide','ParaguayInfo','','hide','UruguayInfo','','show');
}

function UruguayLayersOut()
{
MM_swapImgRestore();
}

function USALayersOver()
{
MM_swapImage('NAmericaMapImg','','../images/maps/new-maps/North America.jpg', 'NAmericaMapImg','','../images/maps/USA.jpg');
showHideLayers('USAInfo','','hide','CanadaInfo','','hide','MexicoInfo','','hide','USAInfo','','show');
}

function USALayersOut()
{
MM_swapImgRestore();
}

function VietnamLayersOver()
{
MM_swapImage('AsiaMapImg','','../images/maps/new-maps/Asia.jpg', 'AsiaMapImg','','../images/maps/Vietnam.jpg');
showHideLayers('IndiaInfo','','hide','RussiaInfo','','hide','ChinaInfo','','hide','JapanInfo','','hide','VietnamInfo','','hide','VietnamInfo','','show');
}

function VietnamLayersOut()
{
MM_swapImgRestore();
}

