var imageFiles_ht_5 = new Array();
imageFiles_ht_5['0'] = new Array ('_images/ht_Home.gif', '_images/ht_HomeMouseover.gif');
imageFiles_ht_5['1'] = new Array ('_images/ht_Ammenities.gif', '_images/ht_AmmenitiesMouseover.gif');
imageFiles_ht_5['2'] = new Array ('_images/ht_Our_History.gif', '_images/ht_Our_HistoryMouseover.gif');
imageFiles_ht_5['3'] = new Array ('_images/ht_Local_Attractions.gif', '_images/ht_Local_AttractionsMouseover.gif');
imageFiles_ht_5['4'] = new Array ('_images/ht_Room_Rates.gif', '_images/ht_Room_RatesMouseover.gif');
imageFiles_ht_5['5'] = new Array ('_images/ht_Cottage_Rates.gif', '_images/ht_Cottage_RatesMouseover.gif');
imageFiles_ht_5['6'] = new Array ('_images/ht_All_Season_Rates.gif', '_images/ht_All_Season_RatesMouseover.gif');
imageFiles_ht_5['7'] = new Array ('_images/ht_Reservations.gif', '_images/ht_ReservationsMouseover.gif');
imageFiles_ht_5['8'] = new Array ('_images/ht_Directions.gif', '_images/ht_DirectionsMouseover.gif');
imageFiles_ht_5['9'] = new Array ('_images/ht_Contact_Us.gif', '_images/ht_Contact_UsMouseover.gif');

function image_on_ht_5 (position) {
   var doc = eval("document.imageht_5" + position);
   doc.src = imageFiles_ht_5[position][1];
}

function image_off_ht_5 (position) {
   var doc = eval("document.imageht_5" + position);
   doc.src = imageFiles_ht_5[position][0];
}

