if(document.images){preload=false;url=new Array();url[0] = "images/map.png";url[1] = "images/map_1.png";url[2] = "images/map_2.png";url[3] = "images/map_3.png";url[4] = "images/map_4.png";url[5] = "images/map_5.png";url[6] = "images/map_6.png";var i=0;for(i=0;i<5;i++){tmp = new Image(710, 530); tmp.src=url[i]}preload=true}$(document).ready(function(){$("area").mouseover(function(){changeImage($(this).attr('href').substr(1))});$("area").mouseout(function(){changeImage($("img#img_map").attr("class"))});$("area").click(function(){$("img#img_map").attr("class",$(this).attr('href').substr(1));changeImage($(this).attr('href').substr(1));showCountry($(this).attr('href').substr(1));return false});$("a.continent").mouseover(function(){changeImage($(this).attr('href').substr(1))});$("a.continent").mouseout(function(){changeImage($("img#img_map").attr("class"))});$("a.continent").click(function(){$("img#img_map").attr("class",$(this).attr('href').substr(1));changeImage($(this).attr('href').substr(1));showCountry($(this).attr('href').substr(1));return false})});function changeImage(img_index){if(document.images&&(preload==true)){$("img#img_map").attr("src",url[img_index])}}function showCountry(index){$("#select_country").show();$("div[@class=country]").hide();$("div#country_"+index).show();$("div[@class=galoubet]").hide();$("div#news_"+index).show()}