var fDesc=new Array(); fDesc[0] = "N-View OPC Server Software can be used with N-TRON 200, 300, 400, 500, and 900 Series Switches with the N-View firmware option. The program provides switch and port status information for all N-View capable switches that will be displayed using popular OPC client HMI Software Packages."; 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 = ''; } }