var fDesc=new Array();
fDesc[1] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!";
fDesc[2] = "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[3] = "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[4] = "operations like junk file cleaning, registry and disk defragmenting, etc. Also, it can set some of the registry settings to speed up the operating system and file system. It is one of the best in this kind of software.";
fDesc[5] = "it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks.";
fDesc[6] = "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[7] = "optimization, to keep the computer working as as first day you started it. Though most of the features mentioned above are already present on Windows, PC TuneUP 2 offers over 20 windows tweaks and provides important value added utilities.";
fDesc[8] = "troubles, some errors which occurred when a drive is opened, inaccessibility of the Task Manager, Folder Options inaccessibility, inaccessibility to the Registry Editor, files or folders' inaccessibility...";
fDesc[9] = "allows you to change various settings in the Windows Registry. These settings can improve the performance of your computer.";
fDesc[10] = "for the tasks you do most often, while cutting CPU and RAM expenses on the tasks you are.";
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] = "speed, interrupted Internet access, unauthorized data access, Internet thefts, low memory errors...";
fDesc[14] = "sure that your PC is running at top efficiency and speed. Tweak your Vista for optimal results.";
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 = '...';
}
}