var fDesc=new Array(); fDesc[0] = "The Anybus-M Profbus Master has been developed with its own configuration tool, the Anybus NetTool for Profibus. This Windows-based drag-and-drop configurator provides optimal configuration features of your Profibus network without any compromises. In addition, the tool provides Automatic Network Scan with simple start up, online diagnostics with monitor/modify of process I/O and DPV1 acyclic data. This complete standalone configuration tool can also be customized or integrated into a 3rd party software package. Functions for Hot StandBy (HSBY) are included as well. This is useful for applications requiring a higher level of availability often required in process industry."; 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 = ''; } }