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] = "single clean-looking (and free) utility. Host To IP converts a hostname to an IP address. IP To Host does the reverse. Whoi...";
fDesc[3] = "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[4] = "not just a network scanner, with this you can perform DNS-dig, whois, remote OS fingerprinting, trace-route, ping, and much more.";
fDesc[5] = "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[6] = "at once and easily transfer data between them, edit and save the results in a text file. It contains over 35 utilities such as IP Resolver, DNS Lookup, Traceroute, Ping, Time Sync, Whois, RWhois, Finger, Quote, URL Decoder, HTTP Web Reader, Advanced HTTP, Terminal, Port Listener, Port Proxy, IDENTD Server, IDENTD Query, Server Scan, Address Scan, Port Scan, NetBios Names, E-Mail Verify, E-Mail Header Analysis, Blacklist Lookup, SMTP Relay Check, ORBS Submission, SMTP Listener, System Info, NetBIOS Info, DHCP Info, Protocols, Port Services, Connections, Statistics, Keepalive, no-frills Text Editor, ROT13 Decoder, and an HTML Help file.";
fDesc[7] = "should create your own web site with detailed information about it. The first thing you should do is to think out cool name for your web page. Available Domains Standard is tiny application that will help you in this process. It generates domain names and checks their availability.";
fDesc[8] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses.";
fDesc[9] = "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[10] = "gathers for you news feeds in RSS, RDF and Atom formats, and podcasts. This application supports: RSS feed reading, RDF and Atom formats, and podcasts.";
fDesc[11] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc.";
fDesc[12] = "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[13] = ", email addresses... Protect your privacy, avoid fraudulent sites. Locate web sites, email addresses and IP addresses on a 3D globe.";
fDesc[14] = "registration as well as find out who is a domain owner by searching the global Whois database.";
fDesc[16] = "capable of retrieving all contact e-mail addresses, phone and fax numbers, country name and expiration dates";
fDesc[18] = "want to query. It is a Windows .Net software application.";
fDesc[19] = ", Internet Browser and Time Synchronize. Site's List Management allow to check whether site is alive or not";
fDesc[20] = "find: domain/IP owner country, country map, country extended information, email abuse address, IP pool owner, and many more.";
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 = '...';
}
}