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

function image_on_7l_7 (position) {
   var doc = eval("document.image7l_7" + position);
   doc.src = imageFiles_7l_7[position][1];
}

function image_off_7l_7 (position) {
   var doc = eval("document.image7l_7" + position);
   doc.src = imageFiles_7l_7[position][0];
}
