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

function image_on_hn_13 (position) {
   var doc = eval("document.imagehn_13" + position);
   doc.src = imageFiles_hn_13[position][1];
}

function image_off_hn_13 (position) {
   var doc = eval("document.imagehn_13" + position);
   doc.src = imageFiles_hn_13[position][0];
}
