var fDesc=new Array(); fDesc[0] = "MeteorSpec LT is a free AutoCAD plugin for calculating total lengths and areas of polylines. The plugin has a Data Library where all types are saved. You can add, edit and remove any types, which then can be assigned to polylines. Data Library is saved on your computer, which means that you can backup it or share with your colleagues. MeteorSpec LT works with any measurement units which you can set globally or individually per drawing."; 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 = ''; } }