var fDesc=new Array(); fDesc[0] = "STRAP (STRuctural Analysis Programs) is a Windows 7/ VISTA / XP based suite of finite element static and dynamic analysis programs for buildings, bridges and other structures. It also includes modules for the design of rolled and light-gauge steel and concrete in accordance with American, European, Canadian and other international codes."; 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 = ''; } }