// JavaScript Documentvar path1="thumbnail/";var path11="dirpath";var path2="./";  var legend="titre";var legend1="media1";var legend2="media2";function Display(myImage,mypath,myLegend,myMedia1,myMedia2){newImage = new Image;newImage.src = myImage;legend.src = myLegend;legend1.src = myMedia1;legend2.src = myMedia2;html = '<HTML><HEAD><base href="http://www.papacek.com/"><TITLE>Close up</TITLE><link rel="stylesheet" href="css/stylesheet.css" type="text/css"></HEAD><BODY leftmargin=0 marginwidth=0 topmargin=10 marginheigth=0 width=728>'+'<div id="Layer1" style="position:absolute; left:0px; top:0px; width:680px; height:780px; z-index:1; background-color:#808080; layer-background-color:#808080; border: 1px none #000000">'+'<blockquote> <p>&nbsp;</p></blockquote>'+'<p align="left"><font face="Tahoma, Arial, Times New Roman" size="2" color="#FFFFFF">&nbsp;&nbsp;&nbsp;</font>'+'<font face="Tahoma, Arial, Times New Roman" size="7" color="#FFFFFF">Karen Papacek <font size="5" color="#00007E">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onclick="window.close()" class="lienferme">Close window</a></font></font></p>'+'</div>'+'<div align=center style="position:absolute; left:0px; top:90px; width:680px; height:630px; z-index:1; background-color:#808080; layer-background-color:#808080; border: 1px none #000000"> <p>&nbsp;</p><p><IMG SRC="'+mypath+myImage+'" BORDER=0 NAME=Image alt=" "><font face="Tahoma, Arial, Times New Roman" size="2" color="#000000"><br><br>'+myLegend+' <br>'+myMedia1+' <br>'+myMedia2+'</font></div>'+'</BODY></HTML>';openImage = window.open('','_blank',"screenX=40, screenY= 40, width=680,height=780, toolbar=0,location=0,menuBar=0,scrollbars=1,resizable=1");openImage.document.write(html);openImage.document.close();}
