var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = "non-commercial use only.";
fDesc[3] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist";
fDesc[4] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[5] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site.";
fDesc[6] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube.";
fDesc[7] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[8] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection.";
fDesc[9] = "always crashs, what do you think? Now, you have choice - Crazy Browser, Crazy Browser is the most stable tabbed Web browser! By the way, it's freeware, totaly free, no ads, no spyware.";
fDesc[10] = "for a 30-day period. We can use this software to remove obsolete, invalid, damaged registry entries, improve system and network performance, computer speed and stability, update and backup our PC drivers, etc. It runs under Windows Xp and Vista (32-bit) operating systems.";
fDesc[11] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[12] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software.";
fDesc[13] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps.";
fDesc[14] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[15] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[16] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[17] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[18] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[19] = "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[20] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
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 = '...';
}
}