var imageFiles_l_5 = new Array();
imageFiles_l_5['0'] = new Array ('_images/l_Home.gif', '_images/l_HomeMouseover.gif');
imageFiles_l_5['1'] = new Array ('_images/l_About_Us.gif', '_images/l_About_UsMouseover.gif');
imageFiles_l_5['2'] = new Array ('_images/l_Services.gif', '_images/l_ServicesMouseover.gif');
imageFiles_l_5['3'] = new Array ('_images/l_Projects.gif', '_images/l_ProjectsMouseover.gif');
imageFiles_l_5['4'] = new Array ('_images/l_Photos.gif', '_images/l_PhotosMouseover.gif');
imageFiles_l_5['5'] = new Array ('_images/l_Contact_us.gif', '_images/l_Contact_usMouseover.gif');
imageFiles_l_5['6'] = new Array ('_images/l_Pricing.gif', '_images/l_PricingMouseover.gif');
imageFiles_l_5['7'] = new Array ('_images/l_Wheels.gif', '_images/l_WheelsMouseover.gif');

function image_on_l_5 (position) {
   var doc = eval("document.imagel_5" + position);
   doc.src = imageFiles_l_5[position][1];
}

function image_off_l_5 (position) {
   var doc = eval("document.imagel_5" + position);
   doc.src = imageFiles_l_5[position][0];
}

