var imageFiles_l_1 = new Array();
imageFiles_l_1['0'] = new Array ('_images/l_Home_Page.gif', '_images/l_Home_PageMouseover.gif');
imageFiles_l_1['1'] = new Array ('_images/l_Weekly_Specials.gif', '_images/l_Weekly_SpecialsMouseover.gif');
imageFiles_l_1['2'] = new Array ('_images/l_Coupons.gif', '_images/l_CouponsMouseover.gif');
imageFiles_l_1['3'] = new Array ('_images/l_Freezer_Bundles.gif', '_images/l_Freezer_BundlesMouseover.gif');
imageFiles_l_1['4'] = new Array ('_images/l_Canned_Meats.gif', '_images/l_Canned_MeatsMouseover.gif');
imageFiles_l_1['5'] = new Array ('_images/l_Gift_Packs.gif', '_images/l_Gift_PacksMouseover.gif');
imageFiles_l_1['6'] = new Array ('_images/l_Contacts_and_Locations.gif', '_images/l_Contacts_and_LocationsMouseover.gif');
imageFiles_l_1['7'] = new Array ('_images/l_Deer_Processing.gif', '_images/l_Deer_ProcessingMouseover.gif');

function image_on_l_1 (position) {
   var doc = eval("document.imagel_1" + position);
   doc.src = imageFiles_l_1[position][1];
}

function image_off_l_1 (position) {
   var doc = eval("document.imagel_1" + position);
   doc.src = imageFiles_l_1[position][0];
}

