var fDesc=new Array(); fDesc[0] = "SoftPlan was formed to automate the process of home design and decades later, still remains the industry’s leading residential CAD package.

SoftPlan allows you to create construction documents with absolute accuracy in a fraction of the time you could do so by hand. And since drawings are easily customized with fully editable objects, switching to SoftPlan will not change the signature look of your plans or interrupt your current workload."; 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 = ''; } }