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

function image_on_hn_17 (position) {
   var doc = eval("document.imagehn_17" + position);
   doc.src = imageFiles_hn_17[position][1];
}

function image_off_hn_17 (position) {
   var doc = eval("document.imagehn_17" + position);
   doc.src = imageFiles_hn_17[position][0];
}
