var imageFiles_l8_88 = new Array();
imageFiles_l8_88['0'] = new Array ('_images/l8_About_Our_Agency.gif', '_images/l8_About_Our_AgencyMouseover.gif');
imageFiles_l8_88['1'] = new Array ('_images/l8_Personal.gif', '_images/l8_PersonalMouseover.gif');
imageFiles_l8_88['2'] = new Array ('_images/l8_Business.gif', '_images/l8_BusinessMouseover.gif');
imageFiles_l8_88['3'] = new Array ('_images/l8_Benefit_Services.gif', '_images/l8_Benefit_ServicesMouseover.gif');
imageFiles_l8_88['4'] = new Array ('_images/l8_Get_A_Quote_.gif', '_images/l8_Get_A_Quote_Mouseover.gif');
imageFiles_l8_88['5'] = new Array ('_images/l8_Our_Companies.gif', '_images/l8_Our_CompaniesMouseover.gif');
imageFiles_l8_88['6'] = new Array ('_images/l8_Support_Services.gif', '_images/l8_Support_ServicesMouseover.gif');

function image_on_l8_88 (position) {
   var doc = eval("document.imagel8_88" + position);
   doc.src = imageFiles_l8_88[position][1];
}

function image_off_l8_88 (position) {
   var doc = eval("document.imagel8_88" + position);
   doc.src = imageFiles_l8_88[position][0];
}

