var fDesc=new Array(); fDesc[0] = "NuFlo ModWorX Pro is an application that allows a user to configure the Scanner 2000, calibrate inputs, download logs, and view the data in a table or a trend graph. On the first attempt to connect, the software compiles a list of instruments on the network, and the user chooses a device from the list."; 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 = ''; } }