var fDesc=new Array(); fDesc[0] = "SYCON.net is a tool for the configuration of Fieldbus and Real-Time Ethernet systems. It is based on the standardized FDT / DTM technology, that DTMs from different manufacturers can be integrated. No specific slave DTMs of the equipment available, which are generated from the device description files, called generic slave DTMs. Online diagnostic indicators and auto-scan function for the reading of network participants assist in the commissioning of the network."; 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 = ''; } }