function PopupPhoto(photo,text)
  {
  win=window.open("","PopupPhoto","imagetoolbar=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=645,top=50,left=50");
  win.document.open();
  win.document.write("<html><head><meta http-equiv='imagetoolbar' content='no'><title>CAMPING LE MOULIN (click to close)</title></head>\n");
  win.document.write("<body bgcolor='#DCE0E9' text='##000080' marginwidth='0' marginheight='0' topmargin='0' leftmargin='0' onBlur='javascript:window.close()' onClick='javascript:window.close()'>\n");
  win.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td align='center' valign='middle'><a href='javascript:window.close()' title='close!'>\n");
  win.document.write("<p><IMG SRC='"+photo+"' border='0'></a>\n");
  win.document.write("<br>© LE MOULIN  "+text+"</p>\n");
  win.document.write("</td></tr></table></body></html>");
  win.document.close();
  }

