var fDesc=new Array();
fDesc[1] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[2] = "navigate without seeing or receive unwanted items from a website. You can protect your passwords by using filters that the program have, is very useful to protect your personal information which is essential in the network.";
fDesc[3] = "displays ads from our partners. It is easy to install and uninstall. It?s not spyware or malware and doesn?t come bundled with other software.";
fDesc[4] = "Active Desktop Application designed to display entertainment, information, and utility in the PCs of the cybercafes located in India. It features system, Internet Explorer and Firefox shortcuts, Yahoo Messenger, GTalk and Windows Live Messenger shortcuts, web search, and interactive ads.";
fDesc[5] = "Microsoft Internet Explorer, but with many more options to make our navigation faster, safer, and enjoyable. It has a built-in calculator, ad filter, mouse gesture, Fill Form and direct access to external tools such as Paint; Add/Remove programs, Control Panel, wmplayer and so on.";
fDesc[6] = "relevant to the business is placed on the net. It is easy to design this type of ads using this program. It is also good to upload them and change them.";
fDesc[7] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[8] = "threaten your PC and your privacy. The program effectively scans and eliminates adware, spyware, pop-up ads, keyloggers, Trojans, hijackers, malware, and other potentially unwanted applications.";
fDesc[9] = "applications that have been installed in our computer without our knowledge and without our authorization. These spyware and malware can cause a wide range of damages ranging from the exasperating addware through to spying our movements and collecting our personal and private data.";
fDesc[10] = "which ads you want to be destroyed automatically.";
fDesc[11] = "files, intros and ads in a few steps without any graphic design knowledge. The user interface is really simple and intuitive with only one window and multiple tabs, although not very attractive. To create any object you just need to follow the offered steps.";
fDesc[12] = "as analog) onto DVD or CD. The software makes real-time hardware conversion possible and so opens a whole range of possibilities since it allows users to make their own movies that can be played on Sony PSP, Apple iPod and Zen Version.";
fDesc[13] = "have a movie or any video in your computer which may have commercial ads and you don’t want to watch these commercials during your favorite shows or movies then you can use Show Analyzer to skip commercial ads automatically.";
fDesc[14] = "computer. Why is this necessary? Well, because most hijackers are now using ADS to hide their files and from there take command of your pc. So, avoid any risks by downloading ADS Scanner completely free of charge.";
fDesc[15] = "detracts the attention and prevents from finding things that we actually are looking for. Striking example of such annoying information is video ads. Video Ads Blocker is a small application that was developed to save Internet users from it.";
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 = '...';
}
}