var imageFiles_1l_10 = new Array();
imageFiles_1l_10['0'] = new Array ('_images/1l_Home.gif', '_images/1l_HomeMouseover.gif');
imageFiles_1l_10['1'] = new Array ('_images/1l_Nordic_Ski_Shop_.gif', '_images/1l_Nordic_Ski_Shop_Mouseover.gif');
imageFiles_1l_10['2'] = new Array ('_images/1l_Cross_Country_Skis.gif', '_images/1l_Cross_Country_SkisMouseover.gif');
imageFiles_1l_10['3'] = new Array ('_images/1l_Ski_Conditions.gif', '_images/1l_Ski_ConditionsMouseover.gif');
imageFiles_1l_10['4'] = new Array ('_images/1l_Lapham_Peak_Ski_Conditions.gif', '_images/1l_Lapham_Peak_Ski_ConditionsMouseover.gif');
imageFiles_1l_10['5'] = new Array ('_images/1l_Roller_Skis.gif', '_images/1l_Roller_SkisMouseover.gif');
imageFiles_1l_10['6'] = new Array ('_images/1l_Ski_Tuning.gif', '_images/1l_Ski_TuningMouseover.gif');
imageFiles_1l_10['7'] = new Array ('_images/1l_Cross_Country_Ski_Rental.gif', '_images/1l_Cross_Country_Ski_RentalMouseover.gif');

function image_on_1l_10 (position) {
   var doc = eval("document.image1l_10" + position);
   doc.src = imageFiles_1l_10[position][1];
}

function image_off_1l_10 (position) {
   var doc = eval("document.image1l_10" + position);
   doc.src = imageFiles_1l_10[position][0];
}
