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] = "domain registries along with the Regional Internet Registries all over the world. Information about the owner’s mailing address and domain name is also provided by this application as well."; fDesc[4] = "You can obtain country, persons and postal adresses of who use domain or IP adress by one click."; fDesc[5] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses."; 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] = "interface, which makes it really easy to use even for beginners. This version features some improvements and bugs fixes including the addition of whois servers for .in, .ie, .me, .tel, and co.nl domains."; fDesc[8] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc."; fDesc[9] = "Whois and Ping. The first one allows you to gather information about an IP address from three different sources: RIPE, APNIC and ARIN. Those are whois servers from the European, Asia/Pacific and US regions. A simple IP search is supposed to give you quite a bit of information about the IP."; fDesc[10] = "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[11] = ", email addresses... Protect your privacy, avoid fraudulent sites. Locate web sites, email addresses and IP addresses on a 3D globe."; fDesc[12] = "administrators' name, address, email, telephone numbers, as well as the domain settings, and export them to CSV or text file."; fDesc[13] = "capable of retrieving all contact e-mail addresses, phone and fax numbers, country name and expiration dates"; fDesc[14] = "want to query. It is a Windows .Net software application."; 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 = '...'; } }