ImageListe = new Array; ImageListe[23] = 'fr/Pub/Marlboro.jpg';ImageListe[22] = 'fr/Pub/MacBig.jpg';ImageListe[21] = 'fr/Pub/BoycottCoca.gif';ImageListe[20] = 'fr/Pub/NikeAirWays.jpg';ImageListe[19] = 'fr/Pub/BennesLaden.jpg';ImageListe[18] = 'fr/Pub/McCrado.jpg';ImageListe[17] = 'fr/Pub/EnjoyMacdoTulut.jpg';ImageListe[16] = 'fr/Pub/RojaranaMickey.jpg';ImageListe[15] = 'fr/Pub/McDoc.jpg';ImageListe[14] = 'fr/Pub/PedoMickey.jpg';ImageListe[13] = 'fr/Pub/SNCF.jpg';ImageListe[12] = 'fr/Pub/WallStreetBoiteAMalheurs.jpg';ImageListe[11] = 'fr/Pub/CoquetMagazine.jpg';ImageListe[10] = 'fr/Pub/MIA2Sponsor.jpg';ImageListe[9] = 'fr/Pub/3615Kinenveu.jpg';ImageListe[8] = 'fr/Pub/CocaGuerre.jpg';ImageListe[7] = 'fr/Pub/McDollar.jpg';ImageListe[6] = 'fr/Pub/BoycottNike.gif';ImageListe[5] = 'fr/Pub/PoisonAvril.jpg';ImageListe[4] = 'fr/Pub/MacDoGuerre.jpg';ImageListe[3] = 'fr/Pub/NikeJustDoMe.jpg';ImageListe[2] = 'fr/Pub/CacaColaGrosseMerde.jpg';ImageListe[1] = 'fr/Pub/MikeDo.jpg';ImageListe[0] = 'fr/Pub/McBobard.jpg';Gal="Pub";function AfficherGalerie(Nb) { if((document.getElementById)&&(Gal)) { Navigation = ""; if(Nb!=0) Navigation += "< Précédent     "; if(Nb!=(ImageListe.length-1)) Navigation += "Suivant >"; document.getElementById("Galerie").innerHTML = "
"+Navigation+"
"; } else { alert('$ChErGalNonExisteJS') } } window.onload = new Function("AfficherGalerie(0)")