var imageFiles_7l_3 = new Array();
imageFiles_7l_3['0'] = new Array ('_images/7l_Home.gif', '_images/7l_HomeMouseover.gif');
imageFiles_7l_3['1'] = new Array ('_images/7l_About_Us.gif', '_images/7l_About_UsMouseover.gif');
imageFiles_7l_3['2'] = new Array ('_images/7l_Our_Family.gif', '_images/7l_Our_FamilyMouseover.gif');
imageFiles_7l_3['3'] = new Array ('_images/7l_Contact_Us_.gif', '_images/7l_Contact_Us_Mouseover.gif');
imageFiles_7l_3['4'] = new Array ('_images/7l_FeedBack.gif', '_images/7l_FeedBackMouseover.gif');
imageFiles_7l_3['5'] = new Array ('_images/7l_HVAC.gif', '_images/7l_HVACMouseover.gif');
imageFiles_7l_3['6'] = new Array ('_images/7l_Appliances.gif', '_images/7l_AppliancesMouseover.gif');

function image_on_7l_3 (position) {
   var doc = eval("document.image7l_3" + position);
   doc.src = imageFiles_7l_3[position][1];
}

function image_off_7l_3 (position) {
   var doc = eval("document.image7l_3" + position);
   doc.src = imageFiles_7l_3[position][0];
}

