var fDesc=new Array(); fDesc[0] = "Cadig TableBar integrates all table commands in AutoCAD 2005 into a toolbar.
TableBar streamlines the process of creating/editing tables and controlling their properties so you can focus on content. TableBar makes it easy to create accurate table and change any property of table using a table toolbar."; 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 = ''; } }