function PopupImage(img) { w=open("",'image','weigth=toolbar=no,scrollbars=no,resizable=no,width=800, height=600'); w.document.write("Cliquez pour fermer"); w.document.write(""); w.document.close(); } function include(fileName) { if (document.getElementsByTagName) { Script = document.createElement("script"); Script.type = "text/javascript"; Script.src = fileName; Body = document.getElementsByTagName("BODY"); if (Body) { Body[0].appendChild(Script); } } } function PopupInfo(img) { w=open("",'image','weigth=toolbar=no,scrollbars=no,resizable=no,width=500, height=240'); w.document.write('- Lien
[Fermer]
'); w.document.write(""); w.document.close(); }