function PopupImage(img) {titre="TON TITRE";w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes'); w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");w.document.write("<IMG src='"+img+"' border=0>");w.document.write("");w.document.write("</BODY></HTML>");w.document.close();}img étant l'url de ton image

)