var fDesc=new Array(); fDesc[0] = "NISA DesignStudio (NDS) is a derivative of NISA/CIVIL and is specifically designed for Structural Engineers & Architects who predominantly analyze & design RCC & Steel Buildings. Allowing you to design Office Buildings, Apartment Complexes & Industrial Enclosures, NDS is extremely easy to learn and use. The software has excellent reporting and graphing features and automatically generates detailed AutoCAD® drawings. Linear Static Analysis"; 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 = ''; } }