// D'autres scripts et des tutoriaux sur http://www.toutjavascript.com
function PopupImage(img) {
titre="Popup Image - Tout Javascript.com";
w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes'); w.document.write("");
w.document.write("
function checksize() { if
(document.images[0].complete) {
window.resizeTo(document.images[0].width+12,document.images[0].height+30);
window.focus();} else { setTimeout('check()',250) } }");
w.document.write("