// JavaScript Document
function OpenGrand(chemin)
{
   Thepage = '<html><head><title>Photos des alentours du Camping de Neiz Vran</title></head><body scroll="no" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onBlur="top.close()"><a href="#" onClick="self.close()"><IMG src="'+chemin+'" BORDER=0 NAME=ImageMax onLoad="window.resizeTo(document.ImageMax.width+10, document.ImageMax.height+30)"></a></body></html>';
   popupphoto = window.open('','_blank','toolbar=no, statusbar=no, location=no, directories=no, menubar=no, scrollbars=no, resizable=no');
   popupphoto.document.open();
   popupphoto.document.write(Thepage);
   popupphoto.document.close()
};