var fDesc=new Array(); fDesc[0] = "Lands Design is a landscape design software made specifically to develop the 2D and 3D technical drawings of the projected landscape. It uses features that streamline the CAD design processes, such as preparing the planting layout plan, generating documentation tables, preparing dimension plans, creating 3D elements, generating the terrain, designing the automatic sprinkler systems, the plant database, etc."; 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 = ''; } }