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

function image_on_ht_15 (position) {
   var doc = eval("document.imageht_15" + position);
   doc.src = imageFiles_ht_15[position][1];
}

function image_off_ht_15 (position) {
   var doc = eval("document.imageht_15" + position);
   doc.src = imageFiles_ht_15[position][0];
}
