var fDesc=new Array(); fDesc[0] = "A powerful block manager tool of AutoCAD. Easily organize and manage your AutoCAD Blocks.With this soft you can : quick find to easily search your blocks by name and/or description, insert of Xref multiple times, quick move library item to top or to bottom, show or hide the item properties window."; 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 = ''; } }