var fenetreImg; function agrandir( image, title, width, height) { var wwidth = 10+parseInt(width); var wheight = 10+parseInt(height); var lpos = 0; var tpos = 0; if (screen.width > wwidth){ lpos = (screen.width-wwidth)/2; } if (screen.height > wheight){ tpos = (screen.height-wheight)/2; } fenetreImg = window.open('','_blank','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=' + wwidth + ',height=' + wheight + ',left=' + lpos + ',top=' + tpos); texte = '