var imageFiles_4l_9 = new Array();
imageFiles_4l_9['0'] = new Array ('_images/4l_Accueil.gif', '_images/4l_AccueilMouseover.gif');
imageFiles_4l_9['1'] = new Array ('_images/4l_Biographie.gif', '_images/4l_BiographieMouseover.gif');
imageFiles_4l_9['2'] = new Array ('_images/4l_Photos.gif', '_images/4l_PhotosMouseover.gif');
imageFiles_4l_9['3'] = new Array ('_images/4l_Videos.gif', '_images/4l_VideosMouseover.gif');
imageFiles_4l_9['4'] = new Array ('_images/4l_Shows.gif', '_images/4l_ShowsMouseover.gif');
imageFiles_4l_9['5'] = new Array ('_images/4l_Projets.gif', '_images/4l_ProjetsMouseover.gif');
imageFiles_4l_9['6'] = new Array ('_images/4l_Contacts.gif', '_images/4l_ContactsMouseover.gif');
imageFiles_4l_9['7'] = new Array ('_images/4l_Mini_Serie.gif', '_images/4l_Mini_SerieMouseover.gif');

function image_on_4l_9 (position) {
   var doc = eval("document.image4l_9" + position);
   doc.src = imageFiles_4l_9[position][1];
}

function image_off_4l_9 (position) {
   var doc = eval("document.image4l_9" + position);
   doc.src = imageFiles_4l_9[position][0];
}
