var fDesc=new Array(); fDesc[0] = "aadspro is a new generation design package which can be used for a number of applications in Civil Engineering. It is integrated with commonly used programs like STAAD.Pro and AutoCAD. The program consists of different modules which can perform the design of different parts of a structure. It has the option for designing all beams and slabs in a floor. By this the user gets automatic detailing of reinforcement. This program is user friendly both for data and graphic input. Results can be viewed not only in Tabular form but also in a drawing format in AutoCAD. aadspro also gives option for saving to or importing from Excel."; 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 = ''; } }