var imageFiles_3l_1 = new Array();
imageFiles_3l_1['0'] = new Array ('_images/3l_Flash.gif', '_images/3l_FlashMouseover.gif');
imageFiles_3l_1['1'] = new Array ('_images/3l_About_WW.gif', '_images/3l_About_WWMouseover.gif');
imageFiles_3l_1['2'] = new Array ('_images/3l_Portfolio.gif', '_images/3l_PortfolioMouseover.gif');
imageFiles_3l_1['3'] = new Array ('_images/3l_Benefits.gif', '_images/3l_BenefitsMouseover.gif');
imageFiles_3l_1['4'] = new Array ('_images/3l_Site_Packages.gif', '_images/3l_Site_PackagesMouseover.gif');
imageFiles_3l_1['5'] = new Array ('_images/3l_Equipment.gif', '_images/3l_EquipmentMouseover.gif');
imageFiles_3l_1['6'] = new Array ('_images/3l_Contact_WW.gif', '_images/3l_Contact_WWMouseover.gif');
imageFiles_3l_1['7'] = new Array ('_images/3l_Request_Form.gif', '_images/3l_Request_FormMouseover.gif');

function image_on_3l_1 (position) {
   var doc = eval("document.image3l_1" + position);
   doc.src = imageFiles_3l_1[position][1];
}

function image_off_3l_1 (position) {
   var doc = eval("document.image3l_1" + position);
   doc.src = imageFiles_3l_1[position][0];
}
