var fDesc=new Array(); fDesc[0] = "If you are looking for the updated street searching and autorouting maps this is the perfect program for that. Free autorouting, street number searchable maps of New Zealand for Garmin mapping GPS. The street maps cover the whole of New Zealand with just about every road and street named in the country (except the Chatham Islands). The project is based around purchased LINZ | CORAX data, and added to by the regional mappers. New or changed roads are added via extracts from LINZ and / or GPS track logs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }