var imageFiles_5l_22 = new Array();
imageFiles_5l_22['0'] = new Array ('_images/5l_Home.gif', '_images/5l_HomeMouseover.gif');
imageFiles_5l_22['1'] = new Array ('_images/5l_About_Us.gif', '_images/5l_About_UsMouseover.gif');
imageFiles_5l_22['2'] = new Array ('_images/5l_Services.gif', '_images/5l_ServicesMouseover.gif');
imageFiles_5l_22['3'] = new Array ('_images/5l_Coupons.gif', '_images/5l_CouponsMouseover.gif');
imageFiles_5l_22['4'] = new Array ('_images/5l_Survey.gif', '_images/5l_SurveyMouseover.gif');
imageFiles_5l_22['5'] = new Array ('_images/5l_FAQ.gif', '_images/5l_FAQMouseover.gif');
imageFiles_5l_22['6'] = new Array ('_images/5l_Contact_Us.gif', '_images/5l_Contact_UsMouseover.gif');
imageFiles_5l_22['7'] = new Array ('_images/5l_Testimonials.gif', '_images/5l_TestimonialsMouseover.gif');

function image_on_5l_22 (position) {
   var doc = eval("document.image5l_22" + position);
   doc.src = imageFiles_5l_22[position][1];
}

function image_off_5l_22 (position) {
   var doc = eval("document.image5l_22" + position);
   doc.src = imageFiles_5l_22[position][0];
}

