//preloadif (document.images) {	if (intLang == 1) {		chalets_out = new Image(150,115); chalets_out.src = "images/chalets_pavillons.gif";		chalets_over = new Image(150,115); chalets_over.src = "images/chalets_pavillons_rouge.gif";		localisation_out = new Image(150,115); localisation_out.src = "images/localisation.gif";		localisation_over = new Image(150,115); localisation_over.src = "images/localisation_rouge.gif";		routiere_out = new Image(150,115); routiere_out.src = "images/carte_routiere.gif";		routiere_over = new Image(150,115); routiere_over.src = "images/carte_routiere_rouge.gif";	}	else if (intLang == 2) {		localization_out = new Image(150,115); localization_out.src = "images/localization.gif";		localization_over = new Image(150,115); localization_over.src = "images/localization_red.gif";			lodges_out = new Image(150,115); lodges_out.src = "images/lodges_cabins.gif";		lodges_over = new Image(150,115); lodges_over.src = "images/lodges_cabins_red.gif";		roadmap_out = new Image(150,115); roadmap_out.src = "images/road_map.gif";		roadmap_over = new Image(150,115); roadmap_over.src = "images/road_map_red.gif";	}}