var fDesc=new Array(); fDesc[0] = "ETC's Network Configuration Editor (NCE) is a spreadsheet-style software program designed to make configuring ETCNet2TM DMX and Video nodes easy. With NCE, you can configure the paramaters of any port on any ETCNet2 node in a NET2 system. Through an Ethernet connection, you can read the configuration of any node on the network, edit it offline, and send the configuration back to the node via the network."; 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 = ''; } }