<!-- // 1998-2000 © TigreConcept Switzerland all right reserved
compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
// cache images for quick swapping
if( compat )
{
alt0 = new Image();
alt0.src = "images/map.gif";
alt1 = new Image();
alt1.src = "images/mapeuropeandalousie.gif";
alt2 = new Image();
alt2.src = "images/mapeuropebretagne.gif";
alt3 = new Image();
alt3.src = "images/mapeuropetoscane.gif";
alt4 = new Image();
alt4.src = "images/mapafriquekenya.gif";
alt5 = new Image();
alt5.src = "images/mapafriquereunion.gif";
alt6 = new Image();
alt6.src = "images/mapasiebali.gif";
alt7 = new Image();
alt7.src = "images/mapasiemaldives.gif";
alt8 = new Image();
alt8.src = "images/mapasielanka.gif";
alt9 = new Image();
alt9.src = "images/mapeuropeswiss.gif";
alt10 = new Image();
alt10.src = "images/mapameriquequebec.gif";
alt11 = new Image();
alt11.src = "images/mapameriquenewyork.gif";
alt12 = new Image();
alt12.src = "images/mapameriquemexique.gif";
alt13 = new Image();
alt13.src = "images/mapasieisrael.gif";
alt14 = new Image();
alt14.src = "images/mapeuroperhodes.gif";

}
function imageChange(imageID,imageName) {
{
document.images[imageID].src = eval(imageName + ".src");
}
}

// -->

