var imageFiles_hn_19 = new Array();
imageFiles_hn_19['0'] = new Array ('_images/hn_Home___.gif', '_images/hn_Home___Mouseover.gif');
imageFiles_hn_19['1'] = new Array ('_images/hn_Menu__.gif', '_images/hn_Menu__Mouseover.gif');
imageFiles_hn_19['2'] = new Array ('_images/hn_About_Us__.gif', '_images/hn_About_Us__Mouseover.gif');
imageFiles_hn_19['3'] = new Array ('_images/hn_Contact_Us__.gif', '_images/hn_Contact_Us__Mouseover.gif');
imageFiles_hn_19['4'] = new Array ('_images/hn_Location__.gif', '_images/hn_Location__Mouseover.gif');
imageFiles_hn_19['5'] = new Array ('_images/hn_Our_Friends__.gif', '_images/hn_Our_Friends__Mouseover.gif');
imageFiles_hn_19['6'] = new Array ('_images/hn_Dinner_Hours___Wine_Barl.gif', '_images/hn_Dinner_Hours___Wine_BarlMouseover.gif');
imageFiles_hn_19['7'] = new Array ('_images/hn_Special_Events.gif', '_images/hn_Special_EventsMouseover.gif');

function image_on_hn_19 (position) {
   var doc = eval("document.imagehn_19" + position);
   doc.src = imageFiles_hn_19[position][1];
}

function image_off_hn_19 (position) {
   var doc = eval("document.imagehn_19" + position);
   doc.src = imageFiles_hn_19[position][0];
}
