<!--
function ouvre(image,legende) { 
titre="La Gearbaude";
w=open("",'image','width=10,height=10,toolbar=no,scrollbars=no,resizable=no,menubar=no,top=0,left=0');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<STYLE type='text/css'><!--body {font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 12px;}--></STYLE>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width,document.images[0].height+75); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<IMG src='photos/"+image+"' border=0 alt='La Gearbaude'>");
w.document.write("<DIV align='center'>"+legende+"</DIV>");
w.document.write("</BODY></HTML>");
w.document.close();
}
//-->
