function popup(photo) {	window2 = open("","photos","scrollbars=yes");	window2.document.open();	window2.document.write("<title>Navet Confit - Bienvenue dans l'antre du navet</title></head>");	window2.document.write("<body bgcolor='#000000' text='#c0c0c0' link='#c0c0c0' vlink='#c0c0c0' alink='#c0c0c0' leftmargin='0' marginwidth='0' topmargin='0' marginheight='0'>");	window2.document.write("<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>");	window2.document.write("<tr><td align='center' valign='middle'><a href='javascript:window.close();'><img border='0' src='images/" + photo +"'></a>");	window2.document.write("</td></tr></table></body></html>");	window2.document.close();	window2.focus();} 