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] = "allows you to isolate faults, simplify processing of diagnostic data, and increase internal network security."; fDesc[3] = "network. This can be done from a local or a remote position. We are allowed to monitor our network and share connections, monitor servers, hosts, and services, create a network diagram and export it to Windows Visio."; fDesc[4] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses."; fDesc[5] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc."; fDesc[6] = "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[7] = "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[8] = "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[9] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle."; fDesc[10] = ", service mail and html watchers, ping, traceroute, netstat, ns lookup, ftp, whois, ph, finger and many more..."; fDesc[11] = "names from keywords and then check them for availability with a single click. There are no nag screens or restrictions. Easy to use w..."; fDesc[12] = "more info about site, host, domain, ip address..."; fDesc[13] = "advancedInternet Security package. Designed for the beginnerand end-user, with a comprehensive yet easy i..."; fDesc[14] = "Email Verify, Finger, Name Scan, plus 6 others. Also, NetGadgets provides 6 Local Information Network tools."; 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 = '...'; } }