var fDesc=new Array(); fDesc[0] = "DMAP for Windows is a mapping software tool designed specifically for producing Distribution Maps and Coincidence Maps which are displayed in colour on-screen, with multiple zoom capability. The maps can be printed at high resolution in colour or black and white, or they can be exported as high-resolution images to other software program for incorporating high-quality maps in reports or publications. Data entry for DMAP is very flexible and can be done in a word processor, a spreadsheet, a database, or a biological recording software package. The distribution data can consist of Grid References, a variety of other metric co-ordinates, UK PostCodes, or Latitude Longitude."; 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 = ''; } }