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

function image_on_ht_19 (position) {
   var doc = eval("document.imageht_19" + position);
   doc.src = imageFiles_ht_19[position][1];
}

function image_off_ht_19 (position) {
   var doc = eval("document.imageht_19" + position);
   doc.src = imageFiles_ht_19[position][0];
}
