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] = "goodbye to slow and sluggish internet connections and get its performance optimized by simple tweaking or modifying your DSL (ADSL, G.lite,IDSL,SDSL) settings with this tool.";
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] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more.";
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] = "speed up our computers and get Windows to work properly and customized to our likes. Well, it's gonna take some work from you to get the job done, unless you use the Tweak-XP Pro Auto-Tuner wich is designed to save you time.";
fDesc[7] = "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[8] = "The ultimate mother of all Windows tweaking utilities for Windows 95/98/NT/2000/Millenni um. It has more tweaks than TweakUI and TweakAll combined and is safer and more secure, and has many new features and abilities. Here are just a few of the latest...";
fDesc[9] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things";
fDesc[10] = "and setup all the bits and pieces of our system, including Windows, Accessories, Desktop, Explorer, File Systems, Login and Authentication, Start Menu and Task bar, Startup and Shutdown, System, Troubleshooting, Hardware, Network, Security and Software.";
fDesc[11] = "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[12] = "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[13] = "appearance of Icon title and menu alignment. You can control the Control Panel by appearance style display applets and enable or disable any icon of the Control Panel.";
fDesc[14] = "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[15] = "ability to customize their browsing experience to their own optimum system requirements. Using Flexbeta Firetweaker 2.0, Firefox browser users are presented with a simple and easy to use Windows’ style interface.";
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 = '...';
}
}