var fDesc=new Array(); fDesc[0] = "DigaLink™ is FLO-CORP’s unique Alarm, Configuration and Monitoring Software. This enables users to receive e-mail alerts, configure, and remotely monitor from the convenience of their PC. DigaLink is unique in it’s communication protocol that utilizes both TCP/IP Ethernet communication and Modbus/RS485 serial communication simultaneously. This advanced software features e-mail alerts, display configuration, datalogging and real-time monitoring from unlimited devices. With DigaLink you can easily setup, monitor and receive e-mail alerts from practically anywhere."; 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 = ''; } }