var fDesc=new Array(); fDesc[0] = "Many CAD programs are designed for architects and engineers. These can be expensive, as well as hard to learn, and difficult to use. Easy Plan Pro is designed to quickly and easily draw good-quality, straightforward designs.

Main features:

- Multiple drawing layers
- Metric or USA Measurements
- Dozens of Fill Patterns
- Hundreds of Resizeable Figures
- Export to bitmap or DXF"; 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 = ''; } }