function changeImg(nomImg)
{
	document.getElementById("imgCentre").src = "../image/accueil/" + nomImg + ".png";
}
function chargement()
{
	document.getElementById("lowracer").onmouseover = function() { changeImg('lowracer'); };
	document.getElementById("tagun").onmouseover = function() { changeImg('tagun'); };
	document.getElementById("trets").onmouseover = function() { changeImg('trets'); };
	document.getElementById("thys").onmouseover = function() { changeImg('thys'); };
	document.getElementById("shockproof").onmouseover = function() { changeImg('shockproof'); };
		document.getElementById("eco").onmouseover = function() { changeImg('azub_eco'); };
		document.getElementById("apus").onmouseover = function() { changeImg('azub-apus-bleu'); };

	document.getElementById("scorpion").onmouseover = function() { changeImg('scorpion'); };
		document.getElementById("scorpionfs").onmouseover = function() { changeImg('scorpionfs'); };		document.getElementById("HPVelotechnikGekko").onmouseover = function() { changeImg('HPVelotechnik_Gekko'); };

	document.getElementById("sacoche").onmouseover = function() { changeImg('sacoche'); };
	document.getElementById("pino").onmouseover = function() { changeImg('pino'); };
			document.getElementById("strada").onmouseover = function() { changeImg('Velomobile_Strada'); };

	document.getElementById("midracer").onmouseover = function() { changeImg('midracer'); };
	document.getElementById("lowbar").onmouseover = function() { changeImg('lowbar'); };
	document.getElementById("koxx").onmouseover = function() { changeImg('koxx'); };
	document.getElementById("kmx").onmouseover = function() { changeImg('kmx'); };
	document.getElementById("kettwiesel").onmouseover = function() { changeImg('kettwiesel'); };
		document.getElementById("lepus").onmouseover = function() { changeImg('Lepus_Comfort_tricycle_couche_pliant'); };

	document.getElementById("cityracer").onmouseover = function() { changeImg('cityracer'); };
	document.getElementById("bionx").onmouseover = function() { changeImg('bionx'); };
	document.getElementById("bufo").onmouseover = function() { changeImg('bufo'); };
	document.getElementById("max").onmouseover = function() { changeImg('max'); };
	document.getElementById("catrikespeed").onmouseover = function() { changeImg('catrikespeed'); };
	document.getElementById("catrikeroad").onmouseover = function() { changeImg('catrike_road'); };
	document.getElementById("catriketrail").onmouseover = function() { changeImg('catrike_trail'); };
	document.getElementById("catrike700").onmouseover = function() { changeImg('catrike_700'); };

	document.getElementById("azubecotrike").onmouseover = function() { changeImg('azub_trike'); };
	document.getElementById("musashi").onmouseover = function() { changeImg('catrike_musashi_velo_couche'); };

	document.getElementById("catrikeexpedition").onmouseover = function() { changeImg('catrike_expedition'); };

}

