var fDesc=new Array(); fDesc[0] = "MapMate provides the latest in Rapid Data Entry Technology - with a 'no fuss', simple entry screen and Intelligent checking of your typing as you go.
At the touch of a button you can see the very latest distribution for any species in your county, local area or even at a national scale.
MapMate has over 120 built-in Queries to analyse your data - with a powerful and full featured data browser. No need to fiddle with Report Wizards!"; 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 = ''; } }