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

function image_on_3l7_7 (position) {
   var doc = eval("document.image3l7_7" + position);
   doc.src = imageFiles_3l7_7[position][1];
}

function image_off_3l7_7 (position) {
   var doc = eval("document.image3l7_7" + position);
   doc.src = imageFiles_3l7_7[position][0];
}
