var fDesc=new Array();
fDesc[2] = "You can obtain country, persons and postal adresses of who use domain or IP adress by one click.";
fDesc[3] = "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[4] = "e-mail addresses from the list, based on the professional or national basis.";
fDesc[5] = "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[6] = "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[7] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site.";
fDesc[8] = "for laymen, it is very useful for technical people. This tool has some bugs, but it is free and handy enough to get along with that. This tool can provide information about website redirections and protocols used, along with pages or files provided by the site. All data can be copied or exported.";
fDesc[9] = "utility is organized into domains and the file extension listing in alphabetical order. Owing to the huge size of the list of file extensions, Extensions organizes it into group of A to I, J to Q and R to Z.";
fDesc[10] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available.";
fDesc[11] = "Email Verify, Finger, Name Scan, plus 6 others. Also, NetGadgets provides 6 Local Information Network tools.";
fDesc[12] = "Word List Builder and Sounds Like Over 200 top and country level domains including .biz and .info";
fDesc[13] = "domain names Includes 10 dictionaries (almost a million words with support for extended characters) Multithreaded=many times faster";
fDesc[14] = "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 = '...';
}
}