var fDesc=new Array(); fDesc[0] = "OmniServer is a powerful program you can configure to communicate with various devices that do not already have drivers written for them. It can provide the resulting data to OPC UA and OPC DA Clients, as well as, Wonderware Suitelink Clients and DDE Clients or other applications such as databases via Client Wedges."; 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 = ''; } }