<!--

function makevisible(cur,which){
if (which==0) cur.filters.alpha.opacity=100
else cur.filters.alpha.opacity=40 }


function image(fichier,w,h) {
  affiche=window.open(fichier,"pop","width="+w+",height="+h+",left=0,top=0,resizable=1") ;
  titre="Cliquez sur l\'image pour fermer la fenêtre";
  if (affiche) {
  affiche.document.open(); 
  affiche.document.write('<head><title>' + titre + '<\/title><\/head><body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 vspace=0 hspace=0 style="margin:0"><A HREF="javascript:top.close()"><img src=" '+ fichier + ' " border=0 alt="Cliquer sur l\'image pour fermer la fenêtre"><\/A><\/body>');
  affiche.document.close();
         }

  affiche.focus(); 		 
		 
  }


function sendIt(fileName) {
	if (fileName != "")	location.href = fileName
}


//-->
