function lien(furl, txt1, txtAlt, nimg, img1, img2){
document.write('<A HREF="' + furl + '" ONMOUSEOVER="' + nimg + '.src=');
document.write("'" + img2 + "'" + '" ONMOUSEOUT="' + nimg + '.src=');
document.write("'" + img1 + "'; window.status='Page OlivierWeb'" + '" ONMOUSEMOVE="window.status=' + "'" + txtAlt + "'" + '"><IMG SRC=' + '"' + img1 + '"');
document.write(' ONLOAD="tempImg=new Image(0,0); tempImg.src=' + "'" + img2 + "';");
document.write('" NAME="' + nimg + '" ALT="' + txtAlt + '" BORDER=0>');
//ALIGN=BOTTOM WIDTH=40 HEIGHT=40 
document.write(txt1 + "</A>");
}