var fDesc=new Array(); fDesc[0] = "With ENDA Modbus Studio you can change the parameters of RS-485 communicated devices, you can record the datas, you can compose alarm circumstances, record the alarm conditions and you can get the retrospective reports. The software provides a way to get alarm warning in groups or only for a product, as well as it keeps the alarm recording and provides ease interface to work with pre-reporting options."; 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 = ''; } }