function zoom(titre, img) { 
w=open("",'image','width=230,height=600,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<html><head><title>"+titre+"</title></head>"); 
w.document.write("<body>");
w.document.write("<div width='100%' ><IMG src='"+img+"' border=0 alt='"+titre+"'><\/div>"); 
w.document.write("<script type='text/javascript' >var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));<\/script><script type='text/javascript'>try {var pageTracker = _gat._getTracker('UA-7514264-1');pageTracker._trackPageview();} catch(err) {}<\/script>");
w.document.write("</body></html>"); 
w.document.close(); 
}
