var imageFiles_l_20 = new Array();
imageFiles_l_20['0'] = new Array ('_images/l_Services.gif', '_images/l_ServicesMouseover.gif');
imageFiles_l_20['1'] = new Array ('_images/l_Products.gif', '_images/l_ProductsMouseover.gif');
imageFiles_l_20['2'] = new Array ('_images/l_Gallery.gif', '_images/l_GalleryMouseover.gif');
imageFiles_l_20['3'] = new Array ('_images/l_FAQ.gif', '_images/l_FAQMouseover.gif');
imageFiles_l_20['4'] = new Array ('_images/l_Quote.gif', '_images/l_QuoteMouseover.gif');
imageFiles_l_20['5'] = new Array ('_images/l_Feedback.gif', '_images/l_FeedbackMouseover.gif');

function image_on_l_20 (position) {
   var doc = eval("document.imagel_20" + position);
   doc.src = imageFiles_l_20[position][1];
}

function image_off_l_20 (position) {
   var doc = eval("document.imagel_20" + position);
   doc.src = imageFiles_l_20[position][0];
}
