var fDesc=new Array(); fDesc[0] = "NetRanger combines the capabilities of network management, network information and network configurations all under one roof.

This powerful suite comprising unmatchable tools provides a complete solution to network concerned needs. This must have application, designed specially for: Internet users, people using multiple email accounts, network administrators, web administrators, website designers, and corporate agencies runs on all your Windows platforms. With this application you can easily diagnose any concerned network problems, check email directly and get details of users, hosts and network. With a simple interface along with detailed help manual this application can be mastered by the novice user too.

The different tools included in this application are: Ping tool to verify connectivity, TraceRoute tool to obtain list of gateways, Host lookup tool obtains information on host names and TCP/IP addresses, the finger tool obtains information of users logged to a network host computer, the Whois tool, the time tool, the host scanner, the network information tool, the mail kit tool, the quick dial tool, and the quote of the day tool."; 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 = ''; } }