var fDesc=new Array(); fDesc[0] = "HiQnet Netsetter is a simple tool that enables real-time configuration of discovered HiQnet device network settings. It is applicable for use in conjunction with HiQnet applications System Architect, London Architect and Performance Manager in order to establish network configuration prior to or while connecting with one or more of these system design applications."; 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 = ''; } }