<!--
if(document.images) {
var u="menu/";
var imgs = new Array();
imgs[0] = new Image(95,15); imgs[0].src = u+"litton.gif";
imgs[1] = new Image(95,15); imgs[1].src = u+"cineon.gif";
imgs[2] = new Image(95,15); imgs[2].src = u+"artson.gif";
imgs[3] = new Image(95,15); imgs[3].src = u+"bdon.gif";
imgs[4] = new Image(95,15); imgs[4].src = u+"jeuxon.gif";
imgs[5] = new Image(95,15); imgs[5].src = u+"animon.gif";
imgs[6] = new Image(95,15); imgs[6].src = u+"infoson.gif";
imgs[7] = new Image(95,15); imgs[7].src = u+"partenaireson.gif";
}



function roll(objet, fichier) {
 with (document.images[objet]) {
   var pos = src.lastIndexOf("/");
        var chemin = src.substring(0, pos+1);
        pos = src.lastIndexOf(".");
        var ext = src.substring(pos);
   src = chemin + fichier + ext;
 }
}
//-->