function zoom(nomImg)
 {
  i1 = new Image;
  i1.src = nomImg;
  html = '<HTML><HEAD><TITLE>Zoom</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><a href="javascript:window.close();"><IMG SRC="../phototheque/'+nomImg+'" BORDER=0 NAME=imageTest ALT="cliquez pour fermer" onLoad="window.resizeTo(document.imageTest.width+14,document.imageTest.height+42)"></a></CENTER></BODY></HTML>';
  popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,top=10,left=10');
  popupImage.document.open();
  popupImage.document.write(html);
  popupImage.document.close();
}

function zoomFixe(nomImg)
 {
  i1 = new Image;
  i1.src = nomImg;
  html = '<HTML><HEAD><TITLE>Zoom</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><a href="javascript:window.close();"><IMG SRC="../phototheque/'+nomImg+'" BORDER=0 NAME=imageTest ALT="cliquez pour fermer" onLoad="window.resizeTo(document.imageTest.width+8,document.imageTest.height+60)"></a></CENTER></BODY></HTML>';
  popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,top=10,left=10');
  popupImage.document.open();
  popupImage.document.write(html);
  popupImage.document.close();
}

function popUp(url,nom,width,height,scrollbar) {
	popUp_ = window.open(url,nom,'width='+width+',height='+height+',toolbar=0,location=0,directories=0,menuBar=0,scrollbars='+scrollbar+',resizable=0,top=30,left=30');
	popUp_.focus();
}

function infosLegales(pathPage) {
popinf = window.open(pathPage+'infosLegales/index.html','inf','width=450,height=400,scrollbars=1,top=30,left=30');
popinf.focus();
}
