var fDesc=new Array(); fDesc[0] = "Lands Design is a program for Landscape Design and Urban Planning. Lands is designed to be slick and dynamic to work with. It therefore incorporates utilities which will simplify the use of the Rhino commands. When a vegetal species is inserted, it will directly define the parameters to draw it on the plan view (crown diameter) and to represent it in 3D (height of the specimen)."; 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 = ''; } }