﻿// JScript File

function MenuOver(Bouton) {
Bouton.style.background="url(/35rgc/images/menubackground-over.gif) center repeat-x";
};
function MenuOut(Bouton) {
Bouton.style.background="url(/35rgc/images/menubackground.gif) center repeat-x";
};
