var pix=new Array();pix[0]=new Image();	pix[0].src="img/initiatives_off.gif";pix[1]=new Image();	pix[1].src="img/initiatives_on.gif";pix[2]=new Image();	pix[2].src="img/actu_off.gif";pix[3]=new Image();	pix[3].src="img/actu_on.gif";pix[4]=new Image();	pix[4].src="img/agenda_off.gif";pix[5]=new Image();	pix[5].src="img/agenda_on.gif";pix[6]=new Image();	pix[6].src="img/diag_off.gif";pix[7]=new Image();	pix[7].src="img/diag_on.gif";pix[8]=new Image();	pix[8].src="img/doc_off.gif";pix[9]=new Image();	pix[9].src="img/doc_on.gif";pix[10]=new Image();	pix[10].src="img/outils_off.gif";pix[11]=new Image();	pix[11].src="img/outils_on.gif";pix[12]=new Image();	pix[12].src="img/forum_off.gif";pix[13]=new Image();	pix[13].src="img/forum_on.gif";pix[14]=new Image();	pix[14].src="img/contact_off.gif";pix[15]=new Image();	pix[15].src="img/contact_on.gif";		function Roll(img,num) {			document.images[img].src=pix[num].src;		}
