var fDesc=new Array(); fDesc[0] = "The Netman Manager 204 program enables you to check the operation of the NetMan 204 devices present on your LAN and run the device updating firmware. From the main display of the program you can perform a discovery of the NetMan 204; add a single NetMan 204 to the list by entering its IP address; load a PowerNETGuard .tree file; connect to the selected NetMan 204 via HTTPS or HTTP, and more."; 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 = ''; } }