var fDesc=new Array(); fDesc[0] = "Advantys STB configuration software does more than simply allow you to design a system, it is a powerful tool that assists you through every phase of the product lifecycle, from product selection all the way to system maintenance and diagnostics.

Main features:
- Initiate system commissioning without a Fieldbus master.
- Perform ongoing system diagnostics and troubleshooting to maximize productivity."; 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 = ''; } }