// Javascript
<!--
if (document.images) {
button1 = new Image
button2 = new Image

button1.src = 'images/acc.jpg'
button2.src = 'images/accueil1.jpg'

button3 = new Image
button4 = new Image

button3.src = 'images/forum1.jpg'
button4.src = 'images/forum.jpg'

button5 = new Image
button6 = new Image

button5.src = 'images/contact1.jpg'
button6.src = 'images/contact.jpg'

button7 = new Image
button8 = new Image

button7.src = 'images/adhesion1.jpg'
button8.src = 'images/adhesion.jpg'

button9 = new Image
button10 = new Image

button9.src = 'images/liens1.jpg'
button10.src = 'images/liens.jpg'


}
//-->
   