var fDesc=new Array(); fDesc[0] = "The GRAITEC PowerPack is a powerful extension to Autodesk Advance Steel 2016, designed to boost the user’s capability, productivity and efficiency. This PowerPack builds on the strength of the Autodesk Advance Steel by introducing a set of unique tools, templates and connections intentionally designed to enhance and speed up project delivery."; 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 = ''; } }