var imageFiles_2r3_1 = new Array();
imageFiles_2r3_1['0'] = new Array ('_images/2r3_Visit_Powell_Butte.gif', '_images/2r3_Visit_Powell_ButteMouseover.gif');
imageFiles_2r3_1['1'] = new Array ('_images/2r3_Farmers_Community_Club.gif', '_images/2r3_Farmers_Community_ClubMouseover.gif');
imageFiles_2r3_1['2'] = new Array ('_images/2r3_Powell_Butte_School.gif', '_images/2r3_Powell_Butte_SchoolMouseover.gif');
imageFiles_2r3_1['3'] = new Array ('_images/2r3_Powell_Butte_Church.gif', '_images/2r3_Powell_Butte_ChurchMouseover.gif');
imageFiles_2r3_1['4'] = new Array ('_images/2r3_Events_Calendar.gif', '_images/2r3_Events_CalendarMouseover.gif');
imageFiles_2r3_1['5'] = new Array ('_images/2r3_Fire_and_Rescue.gif', '_images/2r3_Fire_and_RescueMouseover.gif');
imageFiles_2r3_1['6'] = new Array ('_images/2r3_Local_Weather.gif', '_images/2r3_Local_WeatherMouseover.gif');
imageFiles_2r3_1['7'] = new Array ('_images/2r3_Brasada_Ranch.gif', '_images/2r3_Brasada_RanchMouseover.gif');
imageFiles_2r3_1['8'] = new Array ('_images/2r3_Remington_Ranch.gif', '_images/2r3_Remington_RanchMouseover.gif');
imageFiles_2r3_1['9'] = new Array ('_images/2r3_Central_Oregon.gif', '_images/2r3_Central_OregonMouseover.gif');

function image_on_2r3_1 (position) {
   var doc = eval("document.image2r3_1" + position);
   doc.src = imageFiles_2r3_1[position][1];
}

function image_off_2r3_1 (position) {
   var doc = eval("document.image2r3_1" + position);
   doc.src = imageFiles_2r3_1[position][0];
}
