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

function image_on_dl_31 (position) {
   var doc = eval("document.imagedl_31" + position);
   doc.src = imageFiles_dl_31[position][1];
}

function image_off_dl_31 (position) {
   var doc = eval("document.imagedl_31" + position);
   doc.src = imageFiles_dl_31[position][0];
}
