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

function image_on_7l_1 (position) {
   var doc = eval("document.image7l_1" + position);
   doc.src = imageFiles_7l_1[position][1];
}

function image_off_7l_1 (position) {
   var doc = eval("document.image7l_1" + position);
   doc.src = imageFiles_7l_1[position][0];
}

