var fDesc=new Array(); fDesc[0] = "Muncy's Plat Pronto is a desktop application that runs on Windows 7, 8, 8.1 and 10. It has a new ribbon menu which should be familiar to Microsoft Office users.

Main features:

- Plots surveys from deeds and legal descriptions
- Plots subdivisions using existing descriptions
- Plots Public Land Surveys
- Plots tract overlaps
- Creates plats of any size."; 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 = ''; } }