<!--

function PopupImage(img) { 
titre="Zoom"; 
w=open("",'image','width=500,height=500,toolbar=no,scrollbars=no,resizable=yes'); 
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>"); 
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[04].complete) { window.resizeTo(document.images[04].width+150,document.images[04].height+250); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>"); 
w.document.write("<td width='40'><img src='../commun/photos_01.jpg' width=40 height=94></td>"); 
w.document.write("<td background='../commun/photos_03.jpg'><img src='../commun/photos_02.jpg' width=321 height=94></td>"); 
w.document.write("<td width='32'><img src='../commun/photos_04.jpg' width=32 height=94></td></tr>"); 
w.document.write("<tr><td valign='top'><img src='../commun/photos_05.jpg' width=40 height=334></td>"); 
w.document.write("<td valign='middle' align='center' bgcolor='#FFFFFF'><IMG src='"+img+"' border=0 alt=''></td>"); 
w.document.write("<td valign='top'><img src='../commun/photos_07.jpg' width=32 height=334></td></tr>"); 
w.document.write("</table>"); 
w.document.write("</BODY></HTML>"); 
w.document.close(); 
} 
// -->