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