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

function image_on_dl_5 (position) {
   var doc = eval("document.imagedl_5" + position);
   doc.src = imageFiles_dl_5[position][1];
}

function image_off_dl_5 (position) {
   var doc = eval("document.imagedl_5" + position);
   doc.src = imageFiles_dl_5[position][0];
}
