<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Zoom</title> </head> <body bgcolor="#000000", onblur="window.close()", onclick="window.close()"> <img src="En_Cours.jpg" alt="" border="0"> <script type="text/javascript" language="javascript"> nReq = location.search.substring(1,location.search.length) nReq = nReq.split("&"); Photo=nReq[0].substring(nReq[0].indexOf("=")+1, nReq[0].length); Ratio=nReq[1].substring(nReq[1].indexOf("=")+1, nReq[1].length); document.images[0].src=Photo; var sWidth = screen.availWidth*0.9; var sHight = screen.availHeight*0.9; if(Ratio>0.9) { window.menubar =1; document.images[0].width=sHight/Ratio; document.images[0].height=sHight; }; if(Ratio<1) { window.menubar =1; document.images[0].width=sWidth; document.images[0].height=sWidth*Ratio; }; </script> </body> </html>