function AfficheImageBoitier(asin)
{
	document.write('<A href="http://images.amazon.com/images/P/' + asin + '.01.LZZZZZZZ.jpg" rel="lightbox" target="_blank"><IMG SRC="http://images.amazon.com/images/P/' + asin + '.01._SCMZZZZZZZ_.jpg" align=right border=1></A>');
}

function AfficheImageBoitierURLSimple(url)
{
	document.write('<A href="' + url + '"  rel="lightbox" target="_blank"><IMG SRC="' + url + '" align=right border=1 height=140></A>');
}

function AfficheImageBoitierURL(url_petit, url_grand, largeur, hauteur)
{
	document.write('<A href="' + url_grand + '"  rel="lightbox" target="_blank"><IMG SRC="' + url_petit + '" align=right border=1 height=140></A>');
}

function AfficheImageBoitierOld(asin)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;http://images.amazon.com/images/P/' + asin + '.01.LZZZZZZZ.jpg&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="http://images.amazon.com/images/P/' + asin + '.01._SCMZZZZZZZ_.jpg" align=right border=1></A>');
}

<!-- Fonctions à retirer éventuellement quand les fichier seront corrigées -->
function AfficheImageBoitierArch(url)
{
}

function AfficheImageBoitierCA(asin)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;http://images.amazon.com/images/P/' + asin + '.15.LZZZZZZZ.jpg&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="http://images.amazon.com/images/P/' + asin + '.15.MZZZZZZZ.jpg" align=right border=1></A>');
}

function AfficheImageBoitierEmpire(code, largeur, hauteur)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;http://images.dvdempire.com/gen/movies/' + code + 'h.jpg&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="http://images.dvdempire.com/gen/movies/' + code + '.jpg" align=right border=1></A>');
}

function AfficheImageBoitierURLOld(url_petit, url_grand, largeur, hauteur)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;' + url_grand + '&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="' + url_petit + '" align=right border=1  height=140></A>');
}

function AfficheImageBoitierURLSimpleOld(url, largeur, hauteur)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;' + url + '&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="' + url + '" align=right border=1 height=140></A>');
}

function AfficheImageBoitierURLSimpleOld(url)
{
	document.write('<a href="javascript:OuvreFenetreImageBoitierURL(&quot;' + url + '&quot;)" onMouseOver="window.status=&quot;Cliquez ici pour agrandir&quot;; return true" onMouseOut="window.status=&quot;&quot;; return true"><IMG SRC="' + url + '" align=right border=1 height=140></A>');
}

function OuvreFenetreImageBoitierURL(url)
{
	var newWindow;
	newWindow = window.open('',"_blank",'toolbar=0,width=150,height=200,locationbar=0,directories=0,status=0,scrollbars=0,resizable=0,menubar=0,left=100,top=100')
	newWindow.document.write('<HTML><HEAD><TITLE>Image du boîtier</TITLE></HEAD><BODY background="http://www.coindudvd.com/images/imageloading.gif" BGCOLOR="#000000" TEXT="#FFFFFF" VLINK="#999999" LINK="#999999" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onload="window.resizeTo(document.boite.width+10, document.boite.height+30);">');
	newWindow.document.write('<TABLE border=0 cellpadding=0 cellspacing=0><TR><TD>');
	newWindow.document.write('<CENTER><A HREF="javascript:window.close();"><IMG NAME="boite" SRC="' + url + '" border=0></A></CENTER>');
	newWindow.document.write('</TD></TR></TABLE></BODY></HTML>');
	newWindow.document.close();
	newWindow.focus();
}


