var fDesc=new Array(); fDesc[0] = "DAQFactory Express is a supervisory control (SCADA) software. DAQFactory Express is the complete data acquisition, process control, and data analysis solution. Features:
- Acquisition and logging
- Wide device support
- Custom screens (2 pages max)
- Graphing / trending
- 10 screen components
- Data analysis
- Sequences and automation
- Serial / Ethernet."; 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 = ''; } }