var fDesc=new Array(); fDesc[0] = "When using a Cross Point Field Controller, reports can be sent using FTP or e-mail in several formats (XML, CSV). These reports contain counting data that can be parsed and used in other applications. Cross Point provides a fast way to see the number of visitors and alarms on your own computer. Field Bus Protocol Analyzer is a useful software tool for analyzing field bus."; 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 = ''; } }