var imageFiles_cf_15 = new Array();
imageFiles_cf_15['0'] = new Array ('_images/cf_Home.gif', '_images/cf_HomeMouseover.gif');
imageFiles_cf_15['1'] = new Array ('_images/cf_Contact_Us.gif', '_images/cf_Contact_UsMouseover.gif');
imageFiles_cf_15['2'] = new Array ('_images/cf_Also_On_Site___.gif', '_images/cf_Also_On_Site___Mouseover.gif');
imageFiles_cf_15['3'] = new Array ('_images/cf_Services_Offered.gif', '_images/cf_Services_OfferedMouseover.gif');
imageFiles_cf_15['4'] = new Array ('_images/cf_Right_To_Repair.gif', '_images/cf_Right_To_RepairMouseover.gif');
imageFiles_cf_15['5'] = new Array ('_images/cf_E_Mail_Specials.gif', '_images/cf_E_Mail_SpecialsMouseover.gif');
imageFiles_cf_15['6'] = new Array ('_images/cf_Re_Construction.gif', '_images/cf_Re_ConstructionMouseover.gif');
imageFiles_cf_15['7'] = new Array ('_images/cf_Coupons.gif', '_images/cf_CouponsMouseover.gif');
imageFiles_cf_15['8'] = new Array ('_images/cf_Location.gif', '_images/cf_LocationMouseover.gif');

function image_on_cf_15 (position) {
   var doc = eval("document.imagecf_15" + position);
   doc.src = imageFiles_cf_15[position][1];
}

function image_off_cf_15 (position) {
   var doc = eval("document.imagecf_15" + position);
   doc.src = imageFiles_cf_15[position][0];
}

