// JavaScript Document
<!-- 
loadimg('/im/picto_nwl_bplus.gif','/im/picto_nwl_bmoins.gif','/im/picto_nwl_bprint.gif','/im/picto_nwl_bnwl.gif','/im/picto_nwl_bnwl2.gif','/im/picto_nwl_bforum.gif','/im/picto_nwl_bemail.gif','/im/picto_nwl_brss.gif');
function loadimg() {
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=loadimg.arguments; 
for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}

function aff_bulle(elt, oE) {
var b = document.getElementById("cbulle");
var i = document.getElementById("ibulle");
if  (navigator.userAgent.indexOf('MSIE') != -1) {
	var scr = document.documentElement;
	b.style.left = scr.scrollLeft+oE.x+2 + "px";;
	b.style.top = scr.scrollTop+oE.y-2 + "px";;
} else {
	b.style.left = oE.pageX+2 + "px";
	b.style.top = oE.pageY-2 + "px"; }
i.src = "/im/picto_nwl_b" + elt +".gif";
b.style.visibility = "visible"; }

function msq_bulle() {
document.getElementById("cbulle").style.visibility = "hidden";
document.getElementById("ibulle").src = "/im/spacer.gif"; } 
-->