var fDesc=new Array(); fDesc[0] = "EQUIST lets you save unnecessary time, money and effort spent on tedious research. EQUIST allows you to improve your efficiency in all three of these factors, as with just a few clicks you can find the answers to your steel related problems. Even more, you will get additional information on your selected material in just a matter of seconds.
EQUIST really helps you get ahead of your competition, in the design process, in handing in tenders, etc. In today's rushing world information means power!"; 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 = ''; } }