var fDesc=new Array();
fDesc[1] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[2] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[3] = "called Bitcomet as well as the number of available sources. The plug-in sits in your system tray and enables you to control everything from there.";
fDesc[4] = "popularity, save time with directory submissions and increase your website's Google PageRank.";
fDesc[5] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[6] = "application supports a lot of audio formats, such as Mp3, Mp2, Mp1, WAV, WMA, OGG, AAC, MP4 and so on. Using this application, you will be able to record your own voice and save it as a SWF file.";
fDesc[7] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[8] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[9] = "unlimited game time. The game starts with a short story of a man that needs to start working in order to earn money. He has the idea to start working in a delivery service, and that is when the game starts.";
fDesc[11] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories.";
fDesc[12] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site.";
fDesc[13] = "optimized to the search parameters of leading engines. Each Doorway page is specially tuned to a particular keyword search.";
fDesc[14] = "blogs, submitting trackbacks, and getting more traffic.";
fDesc[15] = "people that use IRC. This is a great opportunity to gather a lot of people on your favorite IRC channel or to introduce your web page and to...";
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 = '...';
}
}