var imageFiles_f7mp_4 = new Array();
imageFiles_f7mp_4['0'] = new Array ('_images/f7mp_Home.gif', '_images/f7mp_HomeMouseover.gif');
imageFiles_f7mp_4['1'] = new Array ('_images/f7mp_Wines.gif', '_images/f7mp_WinesMouseover.gif');
imageFiles_f7mp_4['2'] = new Array ('_images/f7mp_Events.gif', '_images/f7mp_EventsMouseover.gif');
imageFiles_f7mp_4['3'] = new Array ('_images/f7mp_Wine_Club.gif', '_images/f7mp_Wine_ClubMouseover.gif');
imageFiles_f7mp_4['4'] = new Array ('_images/f7mp_Newsletter.gif', '_images/f7mp_NewsletterMouseover.gif');
imageFiles_f7mp_4['5'] = new Array ('_images/f7mp_Contact_Us.gif', '_images/f7mp_Contact_UsMouseover.gif');
imageFiles_f7mp_4['6'] = new Array ('_images/f7mp_Volunteers.gif', '_images/f7mp_VolunteersMouseover.gif');

function image_on_f7mp_4 (position) {
   var doc = eval("document.imagef7mp_4" + position);
   doc.src = imageFiles_f7mp_4[position][1];
}

function image_off_f7mp_4 (position) {
   var doc = eval("document.imagef7mp_4" + position);
   doc.src = imageFiles_f7mp_4[position][0];
}
