var imageFiles_dl_15 = new Array();
imageFiles_dl_15['0'] = new Array ('_images/dl_Home.gif', '_images/dl_HomeMouseover.gif');
imageFiles_dl_15['1'] = new Array ('_images/dl_Property_Search.gif', '_images/dl_Property_SearchMouseover.gif');
imageFiles_dl_15['2'] = new Array ('_images/dl_Featured_Properties.gif', '_images/dl_Featured_PropertiesMouseover.gif');
imageFiles_dl_15['3'] = new Array ('_images/dl_VIP_Buyer.gif', '_images/dl_VIP_BuyerMouseover.gif');
imageFiles_dl_15['4'] = new Array ('_images/dl_Lake_Homes___Cabins.gif', '_images/dl_Lake_Homes___CabinsMouseover.gif');
imageFiles_dl_15['5'] = new Array ('_images/dl_Lake_Lots.gif', '_images/dl_Lake_LotsMouseover.gif');
imageFiles_dl_15['6'] = new Array ('_images/dl__Residential_Properties.gif', '_images/dl__Residential_PropertiesMouseover.gif');
imageFiles_dl_15['7'] = new Array ('_images/dl_Hunting_Land_.gif', '_images/dl_Hunting_Land_Mouseover.gif');

function image_on_dl_15 (position) {
   var doc = eval("document.imagedl_15" + position);
   doc.src = imageFiles_dl_15[position][1];
}

function image_off_dl_15 (position) {
   var doc = eval("document.imagedl_15" + position);
   doc.src = imageFiles_dl_15[position][0];
}
