var fDesc=new Array(); fDesc[0] = "The studio MiCOM S1 Setting Software is used for Automation products.MiCOM S1 Studio provides support for compatible devices, allowing users' access to device settings and commands. MiCOM S1 Studio provides a unified approach to Courier, Modbus, and IEC 870-5-103 based relays."; 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 = ''; } }