function affpt(cheminVignette,chemingd,cheminOver,NomImage)
	{
	document.write('<A HREF="javascript:affimg(\''+chemingd+'\')" onMouseOver="MM_swapImage(\''+NomImage+'\',\'\',\''+cheminOver+'\',1)" onMouseOut="MM_swapImgRestore()" ><IMG SRC="'+cheminVignette+'"  name="'+NomImage+'" HSPACE=0 VSPACE=0 BORDER=0 class=\'IMG_agrandir\'></A>');
	}
	
function affgd(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<HTML><HEAD><TITLE>Domaine de la Sabliere</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0 bgcolor=#ffffff><table border=1 cellpadding=0 cellspacing=0 style=border-collapse:collapse width=100% height=100%><tr><td align="center"><a href="javascript:parent.close()"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+20,document.imageTest.height+90)"></a></td></tr></table></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close();
	}

   function popup(page) {
       window.open(page,"Diaporama","location=0,status=0,scrollbars=0,menubar=0,resizable=0,width=640, height=480");
   }
