var imageFiles_h_22 = new Array();
imageFiles_h_22['0'] = new Array ('_images/h_HOME.gif', '_images/h_HOMEMouseover.gif');
imageFiles_h_22['1'] = new Array ('_images/h_PHILOSOPHY.gif', '_images/h_PHILOSOPHYMouseover.gif');
imageFiles_h_22['2'] = new Array ('_images/h_MENUS.gif', '_images/h_MENUSMouseover.gif');
imageFiles_h_22['3'] = new Array ('_images/h_GALLERY.gif', '_images/h_GALLERYMouseover.gif');
imageFiles_h_22['4'] = new Array ('_images/h_EVENTS.gif', '_images/h_EVENTSMouseover.gif');
imageFiles_h_22['5'] = new Array ('_images/h_WINE_LIST.gif', '_images/h_WINE_LISTMouseover.gif');
imageFiles_h_22['6'] = new Array ('_images/h_PRESS.gif', '_images/h_PRESSMouseover.gif');
imageFiles_h_22['7'] = new Array ('_images/h_CONTACT_US.gif', '_images/h_CONTACT_USMouseover.gif');

function image_on_h_22 (position) {
   var doc = eval("document.imageh_22" + position);
   doc.src = imageFiles_h_22[position][1];
}

function image_off_h_22 (position) {
   var doc = eval("document.imageh_22" + position);
   doc.src = imageFiles_h_22[position][0];
}

