x = 25;
place = -1000;
place2 = 1000;
pass =0;
LongVar = 1000;


var BrowserDetect = {
	init: function () {
		this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
		this.version = this.searchVersion(navigator.userAgent)
			|| this.searchVersion(navigator.appVersion)
			|| "an unknown version";
		this.OS = this.searchString(this.dataOS) || "an unknown OS";
	},
	searchString: function (data) {
		for (var i=0;i<data.length;i++)	{
			var dataString = data[i].string;
			var dataProp = data[i].prop;
			this.versionSearchString = data[i].versionSearch || data[i].identity;
			if (dataString) {
				if (dataString.indexOf(data[i].subString) != -1)
					return data[i].identity;
			}
			else if (dataProp)
				return data[i].identity;
		}
	},
	searchVersion: function (dataString) {
		var index = dataString.indexOf(this.versionSearchString);
		if (index == -1) return;
		return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
	},
	dataBrowser: [
		{
			string: navigator.userAgent,
			subString: "Chrome",
			identity: "Chrome"
		},
		{ 	string: navigator.userAgent,
			subString: "OmniWeb",
			versionSearch: "OmniWeb/",
			identity: "OmniWeb"
		},
		{
			string: navigator.vendor,
			subString: "Apple",
			identity: "Safari",
			versionSearch: "Version"
		},
		{
			prop: window.opera,
			identity: "Opera"
		},
		{
			string: navigator.vendor,
			subString: "iCab",
			identity: "iCab"
		},
		{
			string: navigator.vendor,
			subString: "KDE",
			identity: "Konqueror"
		},
		{
			string: navigator.userAgent,
			subString: "Firefox",
			identity: "Firefox"
		},
		{
			string: navigator.vendor,
			subString: "Camino",
			identity: "Camino"
		},
		{		// for newer Netscapes (6+)
			string: navigator.userAgent,
			subString: "Netscape",
			identity: "Netscape"
		},
		{
			string: navigator.userAgent,
			subString: "MSIE",
			identity: "Explorer",
			versionSearch: "MSIE"
		},
		{
			string: navigator.userAgent,
			subString: "Gecko",
			identity: "Mozilla",
			versionSearch: "rv"
		},
		{ 		// for older Netscapes (4-)
			string: navigator.userAgent,
			subString: "Mozilla",
			identity: "Netscape",
			versionSearch: "Mozilla"
		}
	],
	dataOS : [
		{
			string: navigator.platform,
			subString: "Win",
			identity: "Windows"
		},
		{
			string: navigator.platform,
			subString: "Mac",
			identity: "Mac"
		},
		{
			   string: navigator.userAgent,
			   subString: "iPhone",
			   identity: "iPhone/iPod"
	    },
		{
			string: navigator.platform,
			subString: "Linux",
			identity: "Linux"
		}
	]

};

BrowserDetect.init();


function TXTan() {
    Hshift = 10;
    Vshift = 0;
//
    texte1.top = Vshift;
    texte2.top = Vshift;
//
	if (pass == 0) {
		if (place2 != 0) {
			texte1.left = (place = place + x) + Hshift;
			texte2.left = (place2 = place2 - x) + Hshift;
			tempoText = setTimeout('TXTan()', 25);
	    } else {
			pass = 1;
			tempoText = setTimeout('TXTan()', 5000);
		}
	} else {
		if (place2 != 1000) {
			texte1.left = (place = place - x) + Hshift;
			texte2.left = (place2 = place2 + x) + Hshift;
			tempoText = setTimeout('TXTan()', 25);
        } else {
            pass = 0;
		    tempoText = setTimeout('TXTan()', 1);
		}
	}
}

function aff(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/120;
		if(img.width > 120) {
		cible.style.width = 120+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
	
function aff1(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/150;
		if(img.width > 150) {
		cible.style.width = 150+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function aff2(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/150;
		if(img.width > 150) {
		cible.style.width = 150+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

	
function affn(image,arg) {
		// Declaration du lieu d'affichage
		var cible = document.images[arg];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/120;
		if(img.width > 120) {
		cible.style.width = 120+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}	
	
function affbig(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/400;
		if(img.width > 400) {
		cible.style.width = 400+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function affbig1(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/300;
		if(img.width > 300) {
		cible.style.width = 300+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}	

function affbig2(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/350;
		if(img.width > 350) {
		cible.style.width = 350+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'left';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}	
	
function affc(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/120;
		if(img.width > 120) {
		cible.style.width = 120+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
	
function affc1(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo1'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/120;
		if(img.width > 120) {
		cible.style.width = 120+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affc2(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['photo'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/200;
		if(img.width > 200) {
		cible.style.width = 200+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}


function affem14(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre14'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}





function affem13(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre13'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}




function affem12(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre12'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}


function affem11(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre11'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}



	
function affem10(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre10'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function affem9(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre9'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem8(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre8'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem7(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre7'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem6(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre6'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function affem5(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre5'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem4(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre4'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem3(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre3'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem2(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre2'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function affem1(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['livre1'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele1(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele1'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function afftele2(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele2'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function afftele3(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele3'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele4(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele4'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
function afftele5(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele5'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele6(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele6'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele7(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele7'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele8(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele8'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele9(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele9'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}


function afftele10(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele10'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}

function afftele11(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele11'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}



function afftele12(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele12'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
	
	
	function afftele13(image) {
		// Declaration du lieu d'affichage
		var cible = document.images['tele13'];
		// Declaration d'un objet Image
		var img = new Image();
		// apres mise en cache, exec de ce que tu veux
		img.onload = function() {
		rapport = img.width/100;
		if(img.width > 100) {
		cible.style.width = 100+'px';
		var haut = parseInt(img.height/rapport);
		cible.style.height = haut+'px';
	}	
	else 
		cible.style.width = img.width+'px';
		cible.align = 'center';
		cible.hspace = '0';
		cible.src = img.src; // on affiche le truc mis en cache
	};
// Affectation du chemin de l'image a l'objet
	img.src = image;
	}
