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] = "targeted to harvest email addresses in order to build a database, that can then be used to conduct ad campaigns through email. EmEx is able to look for email addresses that meet some criteria (domain name, country suffix, geographical zone, activity, etc.)";
fDesc[3] = "The content of a website is generally decided by using the \"meta\" tag in the HTML code. This program helps to increase a Web site's relevance for a particular keyword and phrase queries in the major search engines. It is really easy to do. Just start a \"new misssion\" and add the keywords.";
fDesc[4] = "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[5] = ", we can enter a file name or select it from anywhere within our computer, external or removable devices. We will be able to select the following extensions: HTM/HTML/CGI/ASP/PHP/S TM/SHTML/SHTM/PHP3.";
fDesc[6] = "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[7] = "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[8] = ", searching for files over LAN becomes an increasingly difficult task. Frequently, people do not remember the exact file names, which results in a horrendous amount of time spent waiting for the search results. Plus there are other issues, like searching through hidden shares, password-protected resources, processing files in different languages and so on and so forth. Does your current search utility work the way you want it to? Then you probably should consider something completely different. StrongSearch is an effective and flexible LAN file search utility that produces exact matches to your search criteria quickly and reliably, regardless of the network size. This multi-threaded search tool lets users set several masks at the same time and conduct multiple searches simultaneously, which speeds up the search tremendously. The other great features are hidden resources search, flexible...";
fDesc[9] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site.";
fDesc[10] = "registration as well as find out who is a domain owner by searching the global Whois database.";
fDesc[11] = "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[12] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!";
fDesc[13] = "why you can not reach a domain. - Solve internet problems from your desk.";
fDesc[14] = "Email Verify, Finger, Name Scan, plus 6 others. Also, NetGadgets provides 6 Local Information Network tools.";
fDesc[15] = "Word List Builder and Sounds Like Over 200 top and country level domains including .biz and .info";
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 = '...';
}
}