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] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[3] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[4] = "200% or higher by using NETEagle. NETEagle supports all current Windows versions, and works with any internet connection for faster throughput.";
fDesc[5] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way.";
fDesc[6] = "techniques to make sure you spend less time waiting and more time browsing.";
fDesc[7] = ", tunes-up system settings, accelerates internet connection, improves cpu usage, manages security";
fDesc[8] = "browsing. It acts as an accelerator for your network connection. It works with MSN, AOL, and all private ISP hosts.";
fDesc[9] = "and easy to put in action. But what you can do with this? TweakNow PowerPack will let you tune almost every variable of your PC's operating system and your Web browser through its package of utilities. Pretty big package by the way.";
fDesc[10] = "system speed.";
fDesc[11] = "network users' Internet access. UserGate combines firewall, antivirus, antispyware and surf protection in a fully integrated and easy-to-use solution.";
fDesc[12] = "performance. PC Shower 2009 contains 12 tools for making your Computer more stable and faster.Only some clicks and like magic your computer will run faster with safety methods.";
fDesc[13] = "be running on the system, remove your traces of the computer use or clean up correctly uninstalled programs, or customize your desktop. You can do it all securely using the password protected system.";
fDesc[14] = "possible, which can considerably decrease web page download times, save on disk space and reduce bandwidth charges.";
fDesc[15] = "The Internet Filter allows to specify URL, keywords and file types rules.";
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 = '...';
}
}