function MapSwap(nom,etat){
	document.getElementById('bg_map_'+nom).style.display = etat;
}

imgList = new Array(
										
	'fr/btn_plandirecteur_o.png',
	'fr/btn_planaction_o.png',
	'fr/btn_defivoyageurs_o.png', 
	'fr/btn_bibittesorg_o.png',
	'en/btn_masterplan_o.png',
	'en/btn_actionplan_o.png',
	'en/btn_bibittesorg_o.png',
	'fr/btn_projets_details_o.png',
	'fr/btn_projets_tous_o.png',
	'en/btn_projects_details_o.png',
	'en/btn_projects_all_o.png',
	'fr/btn_lire_o.png',
	'en/btn_read_o.png',
	'bullet_sidebox_o.gif'

);

imgLoad = new Array();

for(i=0; i<imgList.length; i++){
	imgLoad[i] = new Image();
	imgLoad[i].src = 'images/'+imgList[i];
}
