var imageFiles_31h_1 = new Array();
imageFiles_31h_1['0'] = new Array ('_images/31h_Jefferson_County.gif', '_images/31h_Jefferson_CountyMouseover.gif');
imageFiles_31h_1['1'] = new Array ('_images/31h_Bend_Community.gif', '_images/31h_Bend_CommunityMouseover.gif');
imageFiles_31h_1['2'] = new Array ('_images/31h_Bend_Yellow_Pages.gif', '_images/31h_Bend_Yellow_PagesMouseover.gif');

function image_on_31h_1 (position) {
   var doc = eval("document.image31h_1" + position);
   doc.src = imageFiles_31h_1[position][1];
}

function image_off_31h_1 (position) {
   var doc = eval("document.image31h_1" + position);
   doc.src = imageFiles_31h_1[position][0];
}
