// JavaScript Document
var ident = "" ;
    imgpath = "" ;
 function grandimage_rep(ident, imgpath, legende) {
 document.write("<a onmouseover=\"document."+ident+".src=\'../images/tags/pipe-xxlor.png\'\" onmouseout=\"document."+ ident+".src=\'../images/tags/pipe-xxl.png\'\" href=\"../"+imgpath+"\" rel=\"lightbox["+ident+"]\" title=\""+legende+"\"><img src=\"../images/tags/pipe-xxl.png\" alt=\"Enlarge - Agrandir\" name=\""+ident+"\" width=\"20\" height=\"20\" border=\"0\" id=\""+ident+"\" title=\"Enlarge - Agrandir\" /></a>") ;
     }
