var imageFiles_2l_1 = new Array();
imageFiles_2l_1['0'] = new Array ('_images/2l_Home.gif', '_images/2l_HomeMouseover.gif');
imageFiles_2l_1['1'] = new Array ('_images/2l_About_WW.gif', '_images/2l_About_WWMouseover.gif');
imageFiles_2l_1['2'] = new Array ('_images/2l_Benefits.gif', '_images/2l_BenefitsMouseover.gif');
imageFiles_2l_1['3'] = new Array ('_images/2l_Site_Packages.gif', '_images/2l_Site_PackagesMouseover.gif');
imageFiles_2l_1['4'] = new Array ('_images/2l_Equipment.gif', '_images/2l_EquipmentMouseover.gif');
imageFiles_2l_1['5'] = new Array ('_images/2l_Contact_WW.gif', '_images/2l_Contact_WWMouseover.gif');
imageFiles_2l_1['6'] = new Array ('_images/2l_Request_Form.gif', '_images/2l_Request_FormMouseover.gif');

function image_on_2l_1 (position) {
   var doc = eval("document.image2l_1" + position);
   doc.src = imageFiles_2l_1[position][1];
}

function image_off_2l_1 (position) {
   var doc = eval("document.image2l_1" + position);
   doc.src = imageFiles_2l_1[position][0];
}
