var fDesc=new Array(); fDesc[0] = "LANDWorksCAD Pro is a powerful landscape architect and designers' tool for creating the highest quality plans, elevations, 3D perspectives and details. It allows you to create everything from perspectives presentations, concept plans, planting plans, irrigation and lighting plans, construction details."; 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 = ''; } }