var imageFiles_gz_1 = new Array();
imageFiles_gz_1['0'] = new Array ('_images/gz_Home.gif', '_images/gz_HomeMouseover.gif');
imageFiles_gz_1['1'] = new Array ('_images/gz_Honeymoon_Cabin.gif', '_images/gz_Honeymoon_CabinMouseover.gif');
imageFiles_gz_1['2'] = new Array ('_images/gz_Country_Blue_Cabin.gif', '_images/gz_Country_Blue_CabinMouseover.gif');
imageFiles_gz_1['3'] = new Array ('_images/gz_Kenzy_s_Wilderness.gif', '_images/gz_Kenzy_s_WildernessMouseover.gif');
imageFiles_gz_1['4'] = new Array ('_images/gz_Cedar_Bluff_Cabin.gif', '_images/gz_Cedar_Bluff_CabinMouseover.gif');
imageFiles_gz_1['5'] = new Array ('_images/gz_View_Our_Luxury_Cabins.gif', '_images/gz_View_Our_Luxury_CabinsMouseover.gif');
imageFiles_gz_1['6'] = new Array ('_images/gz_Geronimo_Cabin.gif', '_images/gz_Geronimo_CabinMouseover.gif');
imageFiles_gz_1['7'] = new Array ('_images/gz_Request_Info.gif', '_images/gz_Request_InfoMouseover.gif');
imageFiles_gz_1['8'] = new Array ('_images/gz_Services.gif', '_images/gz_ServicesMouseover.gif');
imageFiles_gz_1['9'] = new Array ('_images/gz_Contact_Us.gif', '_images/gz_Contact_UsMouseover.gif');
imageFiles_gz_1['10'] = new Array ('_images/gz_Rates_and_Policies.gif', '_images/gz_Rates_and_PoliciesMouseover.gif');
imageFiles_gz_1['11'] = new Array ('_images/gz_Directions.gif', '_images/gz_DirectionsMouseover.gif');
imageFiles_gz_1['12'] = new Array ('_images/gz_Dining.gif', '_images/gz_DiningMouseover.gif');
imageFiles_gz_1['13'] = new Array ('_images/gz_Local_Activities.gif', '_images/gz_Local_ActivitiesMouseover.gif');
imageFiles_gz_1['14'] = new Array ('_images/gz_winter.gif', '_images/gz_winterMouseover.gif');

function image_on_gz_1 (position) {
   var doc = eval("document.imagegz_1" + position);
   doc.src = imageFiles_gz_1[position][1];
}

function image_off_gz_1 (position) {
   var doc = eval("document.imagegz_1" + position);
   doc.src = imageFiles_gz_1[position][0];
}

