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_Master_Roaster_.gif', '_images/5l_Master_Roaster_Mouseover.gif');
imageFiles_5l_22['3'] = new Array ('_images/5l_Coffee_Blends.gif', '_images/5l_Coffee_BlendsMouseover.gif');
imageFiles_5l_22['4'] = new Array ('_images/5l_Coffee_Roasting.gif', '_images/5l_Coffee_RoastingMouseover.gif');
imageFiles_5l_22['5'] = new Array ('_images/5l_Shop_Online.gif', '_images/5l_Shop_OnlineMouseover.gif');
imageFiles_5l_22['6'] = new Array ('_images/5l_Coffee_Carts_Coffee_Catering.gif', '_images/5l_Coffee_Carts_Coffee_CateringMouseover.gif');
imageFiles_5l_22['7'] = new Array ('_images/5l_Coffee_Training.gif', '_images/5l_Coffee_TrainingMouseover.gif');
imageFiles_5l_22['8'] = new Array ('_images/5l_Our_Customers.gif', '_images/5l_Our_CustomersMouseover.gif');
imageFiles_5l_22['9'] = new Array ('_images/5l_Testimonials.gif', '_images/5l_TestimonialsMouseover.gif');
imageFiles_5l_22['10'] = new Array ('_images/5l_Wholesale.gif', '_images/5l_WholesaleMouseover.gif');
imageFiles_5l_22['11'] = new Array ('_images/5l_Contact_Us.gif', '_images/5l_Contact_UsMouseover.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];
}

