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

function image_on_5l_29 (position) {
   var doc = eval("document.image5l_29" + position);
   doc.src = imageFiles_5l_29[position][1];
}

function image_off_5l_29 (position) {
   var doc = eval("document.image5l_29" + position);
   doc.src = imageFiles_5l_29[position][0];
}

