var imageFiles_n3_5 = new Array();
imageFiles_n3_5['0'] = new Array ('_images/n3_Home_.gif', '_images/n3_Home_Mouseover.gif');
imageFiles_n3_5['1'] = new Array ('_images/n3_Manufacturers.gif', '_images/n3_ManufacturersMouseover.gif');
imageFiles_n3_5['2'] = new Array ('_images/n3_About_Us.gif', '_images/n3_About_UsMouseover.gif');
imageFiles_n3_5['3'] = new Array ('_images/n3_Catalog.gif', '_images/n3_CatalogMouseover.gif');
imageFiles_n3_5['4'] = new Array ('_images/n3_Bob_s_Staff.gif', '_images/n3_Bob_s_StaffMouseover.gif');
imageFiles_n3_5['5'] = new Array ('_images/n3_Attractions.gif', '_images/n3_AttractionsMouseover.gif');
imageFiles_n3_5['6'] = new Array ('_images/n3_Campgrounds.gif', '_images/n3_CampgroundsMouseover.gif');
imageFiles_n3_5['7'] = new Array ('_images/n3_RV_Jokes.gif', '_images/n3_RV_JokesMouseover.gif');

function image_on_n3_5 (position) {
   var doc = eval("document.imagen3_5" + position);
   doc.src = imageFiles_n3_5[position][1];
}

function image_off_n3_5 (position) {
   var doc = eval("document.imagen3_5" + position);
   doc.src = imageFiles_n3_5[position][0];
}

