var imageFiles_l_10 = new Array();
imageFiles_l_10['0'] = new Array ('_images/l_Home.gif', '_images/l_HomeMouseover.gif');
imageFiles_l_10['1'] = new Array ('_images/l_Gallery.gif', '_images/l_GalleryMouseover.gif');
imageFiles_l_10['2'] = new Array ('_images/l_Edges.gif', '_images/l_EdgesMouseover.gif');
imageFiles_l_10['3'] = new Array ('_images/l_Photos.gif', '_images/l_PhotosMouseover.gif');
imageFiles_l_10['4'] = new Array ('_images/l_Testimonials.gif', '_images/l_TestimonialsMouseover.gif');
imageFiles_l_10['5'] = new Array ('_images/l_Contact_Us.gif', '_images/l_Contact_UsMouseover.gif');

function image_on_l_10 (position) {
   var doc = eval("document.imagel_10" + position);
   doc.src = imageFiles_l_10[position][1];
}

function image_off_l_10 (position) {
   var doc = eval("document.imagel_10" + position);
   doc.src = imageFiles_l_10[position][0];
}
