var fDesc=new Array(); fDesc[0] = "In most remote data acquisition applications, users need additional human resources to collect data manually from remote storage and also to perform data logging and other analyses during daily operations. Moxa DA-Center, a ready-to-run data gateway, makes it much easier to perform these types of tasks. DA-Center provides a standard OPC interface that interacts with Moxa Active OPC Server for real-time data collection. The interface acts as bridge between field data and IT databases or spreadsheets, and a trend chart tool is also provided to perform historical analysis."; 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 = ''; } }