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

function image_on_n3_7 (position) {
   var doc = eval("document.imagen3_7" + position);
   doc.src = imageFiles_n3_7[position][1];
}

function image_off_n3_7 (position) {
   var doc = eval("document.imagen3_7" + position);
   doc.src = imageFiles_n3_7[position][0];
}
