var imageFiles_7l_16 = new Array();
imageFiles_7l_16['0'] = new Array ('_images/7l_Home.gif', '_images/7l_HomeMouseover.gif');
imageFiles_7l_16['1'] = new Array ('_images/7l_Wine___Cigars__.gif', '_images/7l_Wine___Cigars__Mouseover.gif');
imageFiles_7l_16['2'] = new Array ('_images/7l_Discounts.gif', '_images/7l_DiscountsMouseover.gif');
imageFiles_7l_16['3'] = new Array ('_images/7l_Shipping_Policy_.gif', '_images/7l_Shipping_Policy_Mouseover.gif');
imageFiles_7l_16['4'] = new Array ('_images/7l_Contact_Info.gif', '_images/7l_Contact_InfoMouseover.gif');
imageFiles_7l_16['5'] = new Array ('_images/7l___Feedback__.gif', '_images/7l___Feedback__Mouseover.gif');
imageFiles_7l_16['6'] = new Array ('_images/7l_Links.gif', '_images/7l_LinksMouseover.gif');

function image_on_7l_16 (position) {
   var doc = eval("document.image7l_16" + position);
   doc.src = imageFiles_7l_16[position][1];
}

function image_off_7l_16 (position) {
   var doc = eval("document.image7l_16" + position);
   doc.src = imageFiles_7l_16[position][0];
}
