var imageFiles_4x_61 = new Array();
imageFiles_4x_61['0'] = new Array ('_images/4x_ABOUT_US.gif', '_images/4x_ABOUT_USMouseover.gif');
imageFiles_4x_61['1'] = new Array ('_images/4x_NEW_HOMES.gif', '_images/4x_NEW_HOMESMouseover.gif');
imageFiles_4x_61['2'] = new Array ('_images/4x_REMODELS.gif', '_images/4x_REMODELSMouseover.gif');
imageFiles_4x_61['3'] = new Array ('_images/4x_DESIGN.gif', '_images/4x_DESIGNMouseover.gif');
imageFiles_4x_61['4'] = new Array ('_images/4x_FAQ.gif', '_images/4x_FAQMouseover.gif');
imageFiles_4x_61['5'] = new Array ('_images/4x_CONTACT_US.gif', '_images/4x_CONTACT_USMouseover.gif');
imageFiles_4x_61['6'] = new Array ('_images/4x_FEEDBACK.gif', '_images/4x_FEEDBACKMouseover.gif');
imageFiles_4x_61['7'] = new Array ('_images/4x_COMMERCIAL.gif', '_images/4x_COMMERCIALMouseover.gif');
imageFiles_4x_61['8'] = new Array ('_images/4x_TESTIMONIALS.gif', '_images/4x_TESTIMONIALSMouseover.gif');

function image_on_4x_61 (position) {
   var doc = eval("document.image4x_61" + position);
   doc.src = imageFiles_4x_61[position][1];
}

function image_off_4x_61 (position) {
   var doc = eval("document.image4x_61" + position);
   doc.src = imageFiles_4x_61[position][0];
}
