var fDesc=new Array();
fDesc[1] = "automatic, serverless synchronisation every PC is up to date at any time. Additionally you get multi-user capabilities.";
fDesc[2] = "keystrokes, by typing abbreviations. Just type a few letters of what you are looking for and Key Launch finds it.";
fDesc[3] = "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[4] = "search engines like Google or by parsing a certain web directory or a list of websites. Moreover, it can extract e-mail addresses from any file or folder on your computer.";
fDesc[5] = "software, or simply use it as a revenue raising tool! Content updated hourly, no intervention required";
fDesc[6] = "Program features include: misspelled domain names generator, build-in thesaurus and multithreaded domain name availability checking.";
fDesc[7] = "connections.You can also send email while extracting.You do not need to use an POP/SMTP account to send email";
fDesc[8] = "The DiscountDomainRegistry .com Domain Name Software will allow you to find a suitable domain name for your product or business and register it instantaneously. It has no nag screens, no advertisements, no crippled features, no registrations and no pa...";
fDesc[9] = "keyword searches of search engine directories orlaunch direct Website scans for specific image types. GRIF supports .jpg, .gif (a...";
fDesc[10] = "serverless synchronisation every PC is up to date at any time. Additionally you get a stylish and modern user user interface.";
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 = '...';
}
}