var imageFiles_2w_13 = new Array();
imageFiles_2w_13['0'] = new Array ('_images/2w_Home.gif', '_images/2w_HomeMouseover.gif');
imageFiles_2w_13['1'] = new Array ('_images/2w_Menu.gif', '_images/2w_MenuMouseover.gif');
imageFiles_2w_13['2'] = new Array ('_images/2w_Beer___Wine_.gif', '_images/2w_Beer___Wine_Mouseover.gif');
imageFiles_2w_13['3'] = new Array ('_images/2w_Specials.gif', '_images/2w_SpecialsMouseover.gif');
imageFiles_2w_13['4'] = new Array ('_images/2w_Location.gif', '_images/2w_LocationMouseover.gif');
imageFiles_2w_13['5'] = new Array ('_images/2w_Gallery.gif', '_images/2w_GalleryMouseover.gif');

function image_on_2w_13 (position) {
   var doc = eval("document.image2w_13" + position);
   doc.src = imageFiles_2w_13[position][1];
}

function image_off_2w_13 (position) {
   var doc = eval("document.image2w_13" + position);
   doc.src = imageFiles_2w_13[position][0];
}

