var imageFiles_3l7_1 = new Array();
imageFiles_3l7_1['0'] = new Array ('_images/3l7_ABOUT_US_.gif', '_images/3l7_ABOUT_US_Mouseover.gif');
imageFiles_3l7_1['1'] = new Array ('_images/3l7_LOCATIONS___CONTACT.gif', '_images/3l7_LOCATIONS___CONTACTMouseover.gif');
imageFiles_3l7_1['2'] = new Array ('_images/3l7_LOAN_PRE_QUALIFY.gif', '_images/3l7_LOAN_PRE_QUALIFYMouseover.gif');
imageFiles_3l7_1['3'] = new Array ('_images/3l7_SURVEY.gif', '_images/3l7_SURVEYMouseover.gif');

function image_on_3l7_1 (position) {
   var doc = eval("document.image3l7_1" + position);
   doc.src = imageFiles_3l7_1[position][1];
}

function image_off_3l7_1 (position) {
   var doc = eval("document.image3l7_1" + position);
   doc.src = imageFiles_3l7_1[position][0];
}
