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

function image_on_ht_7 (position) {
   var doc = eval("document.imageht_7" + position);
   doc.src = imageFiles_ht_7[position][1];
}

function image_off_ht_7 (position) {
   var doc = eval("document.imageht_7" + position);
   doc.src = imageFiles_ht_7[position][0];
}
