var fDesc=new Array(); fDesc[0] = "This tool detects all nodes in your local network and displays them on the graphical network map. It allows the user to personalize popup menu for each node for easy access to common network tools.

AdRem MyNet Toolset scans any node and checks for popular network services running on it.

Enables personalization of popup menu for each node in order to get easy access to common network tools."; 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 = ''; } }