var imageFiles_6k_1 = new Array();
imageFiles_6k_1['0'] = new Array ('_images/6k_Season_Dates.gif', '_images/6k_Season_DatesMouseover.gif');
imageFiles_6k_1['1'] = new Array ('_images/6k_Rules_and_Regs.gif', '_images/6k_Rules_and_RegsMouseover.gif');
imageFiles_6k_1['2'] = new Array ('_images/6k_Current_Weather.gif', '_images/6k_Current_WeatherMouseover.gif');
imageFiles_6k_1['3'] = new Array ('_images/6k_Area_Map.gif', '_images/6k_Area_MapMouseover.gif');

function image_on_6k_1 (position) {
   var doc = eval("document.image6k_1" + position);
   doc.src = imageFiles_6k_1[position][1];
}

function image_off_6k_1 (position) {
   var doc = eval("document.image6k_1" + position);
   doc.src = imageFiles_6k_1[position][0];
}
