function photoMaxi(chemin) { i1 = new Image(); i1.src = chemin; html = 'revue de presse - photo
'; popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=300,height=300,left=5, top=5'); popupImage.document.open(); popupImage.document.write(html); popupImage.document.close() }