var fDesc=new Array(); fDesc[0] = "Using StrucPro is similar to using a library of AutoCAD blocks; however, StrucPro's parametric capabilities provide the user much more speed, power and flexibility. When you use AutoCAD blocks in a structural drawing you must search and find a suitable block to modify, import the block; modify the block to conform to the current design, etc."; 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 = ''; } }