var fDesc=new Array(); fDesc[0] = "This software suite allows you to control and monitor components that use the IQ Bus (current loop) for control. It includes IQNET Server, which allows you to control an IQ Bus system from multiple computers over a TCP/IP network. Download this software if your system does not contain any TCP/IQ components."; 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 = ''; } }