var fDesc=new Array(); fDesc[0] = "AQtivate program offers a plug and play solution to control and manage Arcteq’s AQ 200 series IEDs. It can be applied as a cost efficient permanent substation HMI or as a protection maintenance and back-up control system. It also supports mobile application and can be installed in laptop computers for portable substation management solutions."; 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 = ''; } }