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

function image_on_f7mp_22 (position) {
   var doc = eval("document.imagef7mp_22" + position);
   doc.src = imageFiles_f7mp_22[position][1];
}

function image_off_f7mp_22 (position) {
   var doc = eval("document.imagef7mp_22" + position);
   doc.src = imageFiles_f7mp_22[position][0];
}
