var fDesc=new Array(); fDesc[0] = "HDHomeRun Tech Configuration Utility is a graphical tool for setting up dual tuner TECH3 and 8 tuner TECH3. On start-up, the Tech Configuration Utility will attempt to discover installed Tech devices on the network. Any previously saved devices will then be polled for their current status. If the IP address has changed for a device, the configuration will be updated to reflect this information."; 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 = ''; } }