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

function image_on_ht_13 (position) {
   var doc = eval("document.imageht_13" + position);
   doc.src = imageFiles_ht_13[position][1];
}

function image_off_ht_13 (position) {
   var doc = eval("document.imageht_13" + position);
   doc.src = imageFiles_ht_13[position][0];
}
