var fDesc=new Array(); fDesc[0] = "Oasys AdSec is an analysis tool that helps you design all kinds of sections under load. It can handle sections made from concrete, steel or fibre-reinforced polymer (FRP) sections, or any combinations of these materials. AdSec is ideal for tasks such as analysing a bridge beam for cracking under load, designing a composite mega column, checking a pre-stressed floor or finding the capacity of a pile."; 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 = ''; } }