var imageFiles_3l5_1 = new Array();
imageFiles_3l5_1['0'] = new Array ('_images/3l5_The_Hair.gif', '_images/3l5_The_HairMouseover.gif');
imageFiles_3l5_1['1'] = new Array ('_images/3l5_Testimonials.gif', '_images/3l5_TestimonialsMouseover.gif');
imageFiles_3l5_1['2'] = new Array ('_images/3l5_About_the_Hair.gif', '_images/3l5_About_the_HairMouseover.gif');
imageFiles_3l5_1['3'] = new Array ('_images/3l5_Valentino_s.gif', '_images/3l5_Valentino_sMouseover.gif');
imageFiles_3l5_1['4'] = new Array ('_images/3l5_Before___After.gif', '_images/3l5_Before___AfterMouseover.gif');

function image_on_3l5_1 (position) {
   var doc = eval("document.image3l5_1" + position);
   doc.src = imageFiles_3l5_1[position][1];
}

function image_off_3l5_1 (position) {
   var doc = eval("document.image3l5_1" + position);
   doc.src = imageFiles_3l5_1[position][0];
}
