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

function image_on_1l_1 (position) {
   var doc = eval("document.image1l_1" + position);
   doc.src = imageFiles_1l_1[position][1];
}

function image_off_1l_1 (position) {
   var doc = eval("document.image1l_1" + position);
   doc.src = imageFiles_1l_1[position][0];
}
