var fDesc=new Array(); fDesc[0] = "The Matrikon OPC Client for ODBC enables any ODBC-compliant database to exchange process data with an OPC Server. Users can log data from OPC to their database without any prior SQL experience. The MatrikonOPC Client for ODBC communicates natively with databases on one side while simultaneously communicating with all your devices on the other side. By using the de-facto open connectivity standard OPC, this connector provides a simple, easy to deploy method of moving plant floor data into your relational database."; 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 = ''; } }