var imageFiles_1fj_7 = new Array();
imageFiles_1fj_7['0'] = new Array ('_images/1fj_Home.gif', '_images/1fj_HomeMouseover.gif');
imageFiles_1fj_7['1'] = new Array ('_images/1fj_For_Sale_1.gif', '_images/1fj_For_Sale_1Mouseover.gif');
imageFiles_1fj_7['2'] = new Array ('_images/1fj_Sold_I.gif', '_images/1fj_Sold_IMouseover.gif');
imageFiles_1fj_7['3'] = new Array ('_images/1fj_Sold_2.gif', '_images/1fj_Sold_2Mouseover.gif');
imageFiles_1fj_7['4'] = new Array ('_images/1fj_Sold_3.gif', '_images/1fj_Sold_3Mouseover.gif');
imageFiles_1fj_7['5'] = new Array ('_images/1fj_Sold_4.gif', '_images/1fj_Sold_4Mouseover.gif');
imageFiles_1fj_7['6'] = new Array ('_images/1fj_Sold_5.gif', '_images/1fj_Sold_5Mouseover.gif');
imageFiles_1fj_7['7'] = new Array ('_images/1fj_FYI_page.gif', '_images/1fj_FYI_pageMouseover.gif');
imageFiles_1fj_7['8'] = new Array ('_images/1fj_Contact_Us.gif', '_images/1fj_Contact_UsMouseover.gif');

function image_on_1fj_7 (position) {
   var doc = eval("document.image1fj_7" + position);
   doc.src = imageFiles_1fj_7[position][1];
}

function image_off_1fj_7 (position) {
   var doc = eval("document.image1fj_7" + position);
   doc.src = imageFiles_1fj_7[position][0];
}

