var fDesc=new Array();
fDesc[1] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented.";
fDesc[2] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[3] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition";
fDesc[4] = "experience. It presents a control center that will take care of all your Windows settings where everything is explained in a simple language.";
fDesc[5] = "connection. At launch, the program presents a sleek, easy to navigate interface that is packed with useful features and utility choices that you can customize. In the Tweaks Section, Performance Tweaks 1 and 2 enable you to tweak CPU Priority Control settings";
fDesc[6] = "simple interface it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks.";
fDesc[7] = "registers, - clean file and registry sistems, - tune computer performance, - and much more...";
fDesc[8] = "tune it up but doesnt want to spend any dolar on it. Thoosje Vista Tweaker is easy to use and secure, even more if you take advantage of its registry backup feature before start tweaking your windows vista.";
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] = "and other. With a clean and simple interface it helps you to gain maximum performance from your Windows Vista.";
fDesc[11] = "ace utilities of this exclusive tool you can perform all the chores to tweak, optimize, maintain and tune up your Windows Vista. The exclusive capabilities of this tool help you in keeping your system stable, fast, secured and personal.";
fDesc[12] = "your PC, diagnose any PC problems, your internet connection, and programs will work rapidly. Systerac Tools will help assist you by offering many Vista tweaks.";
fDesc[13] = "configure general performance options, it also offers other options for customizing Windows Explorer, Internet and Windows Security. Although the program lets you perform critical registry modification, you need absolutely no experience to use it.";
fDesc[14] = "other. With a clean and simple interface it helps you to gain maximum performance from your Windows Vista.";
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 = '...';
}
}