<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">  <html> <head> <title>Ann&eacute;e internationale de la montagne</title> <SCRIPT LANGUAGE="JavaScript"> <!-- Original:  Alan Chu --> <!-- Web Site:  http://homepage.hkpeoples.net -->  <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -->  <!-- Begin var isNav4, isIE4; if (parseInt(navigator.appVersion.charAt(0)) >= 4) { isNav4 = (navigator.appName == "Netscape") ? 1 : 0; isIE4 = (navigator.appName.indexOf("Microsoft") != -1) ? 1 : 0; } function fitWindowSize() { if (isNav4) { window.innerWidth = document.layers[0].document.images[0].width; window.innerHeight = document.layers[0].document.images[0].height; } if (isIE4) { window.resizeTo(200, 200); width = 200 - (document.body.clientWidth -  document.images[0].width); height = 200 - (document.body.clientHeight -  document.images[0].height); window.resizeTo(width, height);    }  } //  End --> </script> </head>  <body onLoad="fitWindowSize()" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0">  <div style="position:absolute; left:0px; top:0px"> <img src="../assets-common/poster-gallery/grande/jasmin.jpg" width=261 height=348 border=0> </div>  </body> </html> 
