var imageFiles_v_1 = new Array();
imageFiles_v_1['0'] = new Array ('_images/v_MENU_SPECIALS.gif', '_images/v_MENU_SPECIALSMouseover.gif');
imageFiles_v_1['1'] = new Array ('_images/v_BEERS_ON_TAP.gif', '_images/v_BEERS_ON_TAPMouseover.gif');
imageFiles_v_1['2'] = new Array ('_images/v_HAPPY_HOUR_SPECIALS.gif', '_images/v_HAPPY_HOUR_SPECIALSMouseover.gif');
imageFiles_v_1['3'] = new Array ('_images/v_REVIEWS.gif', '_images/v_REVIEWSMouseover.gif');
imageFiles_v_1['4'] = new Array ('_images/v_EMAIL_CLUB___COUPONS.gif', '_images/v_EMAIL_CLUB___COUPONSMouseover.gif');

function image_on_v_1 (position) {
   var doc = eval("document.imagev_1" + position);
   doc.src = imageFiles_v_1[position][1];
}

function image_off_v_1 (position) {
   var doc = eval("document.imagev_1" + position);
   doc.src = imageFiles_v_1[position][0];
}

