var imageFiles_5l_28 = new Array();
imageFiles_5l_28['0'] = new Array ('_images/5l_Home.gif', '_images/5l_HomeMouseover.gif');
imageFiles_5l_28['1'] = new Array ('_images/5l_About_Us.gif', '_images/5l_About_UsMouseover.gif');
imageFiles_5l_28['2'] = new Array ('_images/5l_Master_Roaster_.gif', '_images/5l_Master_Roaster_Mouseover.gif');
imageFiles_5l_28['3'] = new Array ('_images/5l_Coffee_Blends.gif', '_images/5l_Coffee_BlendsMouseover.gif');
imageFiles_5l_28['4'] = new Array ('_images/5l_Coffee_Roasting.gif', '_images/5l_Coffee_RoastingMouseover.gif');
imageFiles_5l_28['5'] = new Array ('_images/5l_Shop_Online.gif', '_images/5l_Shop_OnlineMouseover.gif');
imageFiles_5l_28['6'] = new Array ('_images/5l_Coffee_Carts_Coffee_Catering.gif', '_images/5l_Coffee_Carts_Coffee_CateringMouseover.gif');
imageFiles_5l_28['7'] = new Array ('_images/5l_Coffee_Training.gif', '_images/5l_Coffee_TrainingMouseover.gif');
imageFiles_5l_28['8'] = new Array ('_images/5l_Our_Customers.gif', '_images/5l_Our_CustomersMouseover.gif');
imageFiles_5l_28['9'] = new Array ('_images/5l_Testimonials.gif', '_images/5l_TestimonialsMouseover.gif');
imageFiles_5l_28['10'] = new Array ('_images/5l_Wholesale.gif', '_images/5l_WholesaleMouseover.gif');
imageFiles_5l_28['11'] = new Array ('_images/5l_Contact_Us.gif', '_images/5l_Contact_UsMouseover.gif');

function image_on_5l_28 (position) {
   var doc = eval("document.image5l_28" + position);
   doc.src = imageFiles_5l_28[position][1];
}

function image_off_5l_28 (position) {
   var doc = eval("document.image5l_28" + position);
   doc.src = imageFiles_5l_28[position][0];
}

