var imageFiles_9n_1 = new Array();
imageFiles_9n_1['0'] = new Array ('_images/9n_Season_Dates.gif', '_images/9n_Season_DatesMouseover.gif');
imageFiles_9n_1['1'] = new Array ('_images/9n_Rules_and_Regs.gif', '_images/9n_Rules_and_RegsMouseover.gif');
imageFiles_9n_1['2'] = new Array ('_images/9n_Area_Map.gif', '_images/9n_Area_MapMouseover.gif');
imageFiles_9n_1['3'] = new Array ('_images/9n_Current_Weather.gif', '_images/9n_Current_WeatherMouseover.gif');

function image_on_9n_1 (position) {
   var doc = eval("document.image9n_1" + position);
   doc.src = imageFiles_9n_1[position][1];
}

function image_off_9n_1 (position) {
   var doc = eval("document.image9n_1" + position);
   doc.src = imageFiles_9n_1[position][0];
}

