function zoom(nomImg)
 {
  i1 = new Image;
  i1.src = "../images/"+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="../images/'+nomImg+'" BORDER=0 NAME=imageTest ALT="cliquez pour fermer" onLoad="window.resizeTo(document.imageTest.width+14,document.imageTest.height+32)"></a></CENTER></BODY></HTML>';
  popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,width=10,height=10,top=50,left=50');
  popupImage.document.open();
  popupImage.document.write(html);
  popupImage.document.close();
}


function sts() {
	doc = document; d = new Date(); res = screen.width+"x"+screen.height; c = screen.colorDepth;
	src = 'http://www.rpmo.fr/stats_rpmo/phpmyvisites.php?url='+escape(doc.location.pathname+doc.location.search);
	src += '&site=1&res='+res;
	src += '&siteh='+doc.location.hostname+'&c='+c+'&h='+d.getHours()+'&m='+d.getMinutes()+'&s='+d.getSeconds();
	doc.writeln('<img src="'+src+'&ref='+escape(doc.referrer)+'" style="border:0" />');
}

