	function afficheMaxi(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<html><head><div id="oMov" style="position:absolute;width:360px;height:120px;"></div><script language=Javascript src="http://www.xponsor.com/acces/autohq.js"></script><title>Image</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><div align="center"><a href="javascript:acces(\'http://kit.viasexe.com/partenaires-fx/web/fx.exe&standard=1\')"><IMG SRC="'+chemin+'" BORDER=0 NAME="imageTest" OnLoad="var seuil=800; if((document.imageTest.width>seuil)||(document.imageTest.height>seuil)){rapport=document.imageTest.width/document.imageTest.height; if (rapport<1){document.imageTest.height=seuil;document.imageTest.width=seuil*rapport}else{document.imageTest.width=seuil;document.imageTest.height=seuil/rapport}};window.resizeTo(document.imageTest.width+14,document.imageTest.height+32);window.moveTo(Math.floor((screen.availWidth-document.imageTest.width-14)/2),Math.floor((screen.availHeight-document.imageTest.height-32)/2));"></a></div></body></html>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	}
