<!-- Begin
function WinPop(Vurl,Vtitre,Vtexte)
{
Vurl01 = '<img src='+Vurl+' border="0">';

MyWin=window.open("_GBurl%20PAGE=96.html>","MyWin","status=1,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=500,height=400,left=100,top=100");
MyWin.document.write('<html><head>');
MyWin.document.write('<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">');
MyWin.document.write('<title>photo</title></head><body bgcolor="#FFFFFF" text="#000000"><div align="center">');
MyWin.document.write("<b>"+Vtitre+"</b><br><br>"+Vurl01+"<br><br>"+Vtexte+"<br><br>");
MyWin.document.write('</body></html>');
MyWin.focus();
}

function WinPopFlo(Vlangue,Vurl,Vtitre,Vzip)
{
Vurl01 = 'pour télécharger la photo, <a href='+Vzip+'>cliquez ici</a>';
if (Vlangue == "uk") Vurl01 = '<a href='+Vzip+'>click here</a> for downloading this image';
Vurl02 = 'Photo libre pour reproduction sous reserve de mentionner " Photos ALP, Jardins du Chateau de Thoiry en Yvelines, France "';
if (Vlangue == "uk") Vurl02 = 'Free reproduction under reserve to mention " Photos ALP, Jardins du Chateau de Thoiry en Yvelines, France "';
Vurl03 = '<img src='+Vurl+' border="0">';

MyWin=window.open("_GBurl%20PAGE=96.html>","MyWin","status=1,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=500,height=400,left=100,top=100");
MyWin.document.write('<html><head>');
MyWin.document.write('<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">');
MyWin.document.write('<title>photo</title></head><body bgcolor="#FFFFFF" text="#000000"><div align="center">');
MyWin.document.write(Vurl01+"<br><br><b>"+Vtitre+"</b><br><br>"+Vurl02+"<br><br>"+Vurl03+"<br><br>");
MyWin.document.write('</body></html>');
MyWin.focus();
}
// End -->