// JavaScript Documentvar path1="timbres/";var path11="dirpath";var path2="photos/";  var legend="titre";var legend1="media1";var legend2="media2";var sizy="1000";function Display(myImage,mypath,myLegend,myMedia1,myMedia2,sizy){newImage = new Image;newImage.src = myImage;legend.src = myLegend;legend1.src = myMedia1;legend2.src = myMedia2;html = '<HTML><HEAD><TITLE>Richard Harper</TITLE><link rel="stylesheet" href="css/rh.css" type="text/css"></HEAD><BODY leftmargin=0 marginwidth=0 topmargin=10 marginheigth=0 width=750>'+'<div id="Layer1" style="position:absolute; left:15px; top:15px; width:800px; height:1050px; z-index:1; background-color:#808080; layer-background-color:#808080; border: 1px none #000000">'+'<blockquote><p class="firstline">&nbsp;</p></blockquote>'+'<table width="702" border="0" cellpadding="0"><tr><td width="5"  height="65">&nbsp;</td><td width=335  valign="bottom"><p class="stitle">&nbsp;Richard Harper&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onClick="window.close()" class="lienbleumarine">Close / Fermer</a></p></table>'+'</div>'+'<div id="Layer2" style="position:absolute; left:49px; top:145px; width:800px; height:'+sizy+'px; z-index:2; background-color:#B2B2B2; layer-background-color:#B2B2B2; border: 1px none #000000">'+'<div align="center"> <p>&nbsp;</p><p class="photos"><a href="#" onClick="window.close()"><IMG SRC="'+mypath+myImage+'" BORDER=0 NAME=Image alt=" " > </a><br>'+myLegend+' <br>'+myMedia1+' <br>'+myMedia2+'</p></div>'+'</BODY></HTML>';openImage = window.open('','_blank',"screenX=500, screenY= 00, width=880,height=900, toolbar=no,location=no,menuBar=no,scrollbars=yes,resizable=yes");openImage.document.write(html);openImage.document.close();}