Normal1 = new Image();
Normal1.src = "../img/home_lo.gif";
Highlight1 = new Image();
Highlight1.src = "../img/home_hi.gif";

Normal2 = new Image();
Normal2.src = "../img/band_lo.gif";
Highlight2 = new Image();
Highlight2.src = "../img/band_hi.gif";

Normal3 = new Image();
Normal3.src = "../img/live_lo.gif";
Highlight3 = new Image();
Highlight3.src = "../img/live_hi.gif";

Normal4 = new Image();
Normal4.src = "../img/musique_lo.gif";
Highlight4 = new Image();
Highlight4.src = "../img/musique_hi.gif";

Normal5 = new Image();
Normal5.src = "../img/shop_lo.gif";
Highlight5 = new Image();
Highlight5.src = "../img/shop_hi.gif";

Normal6 = new Image();
Normal6.src = "../img/info_lo.gif";
Highlight6 = new Image();
Highlight6.src = "../img/info_hi.gif";

Normal7 = new Image();
Normal7.src = "../img/contact_lo.gif";
Highlight7 = new Image();
Highlight7.src = "../img/contact_hi.gif";

Normal8 = new Image();
Normal8.src = "../img/liens_lo.gif";
Highlight8 = new Image();
Highlight8.src = "../img/liens_hi.gif";

function MouseOverEffect(ImageNumber,ImageObject)
{
window.document.images[ImageNumber].src = ImageObject.src;
}