var fDesc=new Array();
fDesc[1] = "tools you will ever need to manage your web site and reach the top of the search engines!";
fDesc[2] = "engine on your webserver or an offline search for CD-ROM / DVD. Indexes HTML, PDF, Office, Flash docs & more...";
fDesc[4] = "logins, credit card numbers and other vital information for you. The features supporting the tool is; it can also be installed to flash disks, supports history restore, provides up to 30 rich and customized templates, and more.";
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] = "combinations with a single button click. You may specify a target keyword and instantly get a hundred matching keywords.";
fDesc[7] = "keywords meta tag for the document. Customizable operation and it works with non-English text.";
fDesc[9] = "directories and links pages in our database. With the ability to click on the links for proof your being listed!!! Automatic Doorway Page Generator!";
fDesc[10] = "Program features include: misspelled domain names generator, build-in thesaurus and multithreaded domain name availability checking.";
fDesc[11] = "are used, and produces an appropriate keywords meta tag. The Advanced Version can act on multiple documents in a folder and its subfolders.";
fDesc[12] = ", Unicode Text Manual, RTF Manual, HTML Manual, HTML Web Help, Windows Help, CHM Help, Electronic Book (EXE)";
fDesc[13] = "to hundreds of search engines and Internet directories and rank your site to see how visible you are on the major engines. Website ranking analyzer, HTML doorway page builder, Link Popularity analyzer & Keyword suggestion tool.";
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 = '...';
}
}