<!--
img = new Array(14);

for(i=0;i<14;i++)
	img[i] = new Image();

img[0].src="button2.php?text=Accueil";
img[1].src="button2.php?text=Le%20Club";
img[2].src="button2.php?text=Tamura%20Shihan";
img[3].src="button2.php?text=Acc%e8s";
img[4].src="button2.php?text=Structure";
img[5].src="button2.php?text=Liens";
img[6].src="button2.php?text=Photos";
img[7].src="button3.php?text=Accueil";
img[8].src="button3.php?text=Le%20Club";
img[9].src="button3.php?text=Tamura%20Shihan";
img[10].src="button3.php?text=Acc%e8s";
img[11].src="button3.php?text=Structure";
img[12].src="button3.php?text=Liens";
img[13].src="button3.php?text=Photos";
//-->
