function rollover_tjs(nom,src) {	
	document.images[nom].src=src;
}


function load() {
	if (document.images) {
		this.length=load.arguments.length;
		for (var i=0;i<this.length;i++) {
			this[i+1]=new Image();
			this[i+1].src=load.arguments[i];
		}
	}
}
function preload() {
	var temp=new load("beaute-minceur.gif","minceur-beaute.gif","beaute-minceur-site.gif","site-beaute-minceur.gif","proportions-divines.gif","divines-proportions.gif","esthetique-beaute.gif","beaute-esthetique.gif","culte-beau.gif","beau-culte.gif","beaute-magique.gif","magique-beaute.gif","femmes-irresistibles.gif","irresistibles-femmes.gif","hommes-irresistibles.gif","irresistibles-hommes.gif","fascine-laideur.gif","laideur-fascine.gif","details.gif","detail.gif","rajeunir-embellir.gif","embellir-rajeunir.gif","beaute-mise.gif","mise-beaute.gif","beaute-maquillage.gif","maquillage-beaute.gif","plan.gif","carte.gif","remerciements.gif","remerciement.gif","corps-beautes.gif","beautes-corps.gif","harmonie-corps.gif","corps-harmonie.gif","symetrie-corps.gif","corps-symetrie.gif","eclat-corps.gif","corps-eclat.gif","embellir-corps.gif","corps-embellir.gif","beaute-peau.jpg","peau-beaute.jpg","beaute-ventre.gif","ventre-beaute.gif","taille-hanches.gif","hanches-taille.gif","beaute-fesses.gif","fesses-beaute.gif","beaute-jambes.gif","jambes-beaute.gif","mains-pieds.gif","pieds-mains.gif","beau-visage.gif","visage-beau.gif","symetrie-visage.gif","visage-symetrie.gif","eclat-visage.gif","visage-eclat.gif","embellir-visage.gif","visage-embellir.gif","beaute-teint.gif","teint-beaute.gif","beaute-cheveux.gif","cheveux-beaute.gif","beaute-front.gif","front-beaute.gif","beaute-yeux.gif","yeux-beaute.gif","beaute-regard.gif","regard-beaute.gif","beaute-oreille.gif","oreille-beaute.gif","beaute-nez.gif","nez-beaute.gif","beaute-bouche.gif","bouche-beaute.gif","maquillage-bouche.gif","bouche-maquillage.gif","beaute-menton.gif","menton-beaute.gif","beaute-cou.gif","cou-beaute.gif","rides.gif","ride.gif")
}

preload()

