var fDesc=new Array(); fDesc[1] = "displays the results in a web browser. The tool works with Internet Explorer or Firefox with a Plugin. The program resides as a small icon in your desktop system tray."; fDesc[2] = "present are caused by spyware and processes that are not supposed to be running and actually are. For example, they say that if you can't connect to a wireless network outside of home, it must probably be spyware."; fDesc[3] = "as you please, to speed up DNS lookup, and at the same time to block unwanted websites. Network analyzing tools like 'Ping' and 'TraceRoute' helps in troubleshooting network related problems."; fDesc[4] = ", HostName Scanner, Ports Scanner, Ping Scanner, Trace, LookUp, Finger, WhoIs, Time Synchronizer, Telnet client, IP-Monitor, etc."; fDesc[5] = "allows you to isolate faults, simplify processing of diagnostic data, and increase internal network security."; fDesc[6] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses."; fDesc[7] = "between the network hosts, and obtain detailed information about each one of them. Besides, the program will also display the \"whois\" information about the domain that you typed."; fDesc[8] = ", traffic, age, process EXE, status). Includes IP-Lookup Tools, Network Statistics, Remote Access Server, Rules, Port Database. It's Internet radar."; fDesc[9] = "administrators, IT solution providers or individuals. It includes: Comprehensive Security Scanner, Host monitor, and more."; fDesc[10] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result."; fDesc[11] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well."; fDesc[12] = "more info about site, host, domain, ip address..."; fDesc[13] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end."; fDesc[14] = ", Internet Browser and Time Synchronize. Site's List Management allow to check whether site is alive or not"; fDesc[15] = "PageRank and Alexa Traffic Rank ratings. The program has a remarkably simple interface and supports most of generic and country-code TLD domains."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }