var fDesc=new Array(); fDesc[0] = "LS-CON Lite is an addon for AutoCAD Civil 3D, which provides 20 artistic landscape blocks. To use this application, type LSCON in the command line, and select a block to insert. You may need to restart the Autodesk product to activate the plug-in, after installation."; 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 = ''; } }