var fDesc=new Array(); fDesc[0] = "Ndecoder™ is the industrial network analyzer protocol analyzer for serial, fieldbus, scada and ethernet networks.Frontline's NetDecoder™ protocol analyzer, an award winning software, is designed to diagnose and troubleshoot communication problems in industrial networks. Frontline's NetDecoder analyzer has the ability to monitor and provide detailed timing, data and messaging information for serial, fieldbus, and Ethernet networks.

The NetDecoder protocol analyzer is used in many industries including Oil & Gas, Food and beverage, Electric power transmission, Water or sewer management, and Factory automation."; 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 = ''; } }