var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[3] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc.";
fDesc[4] = "need to tune NVIDIA GPU based display adapters. Advanced tuning features such as driver-level Direct3D / OpenGL and system tuning, flexible profiling system allowing to make custom settings on per-application basis etc. are included.";
fDesc[5] = "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[6] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system.";
fDesc[7] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[8] = "capturing the audio microphones for acoustic instruments, and by input line for electric instruments. The use of this application is very simple and you will take advantage of it immediately.";
fDesc[9] = "to scan your hard drives in search for errors or anomalies. The graphical user interface is really intuitive and it allows you to use the several different tabs to get a little more information from the program.";
fDesc[10] = "performance. Fortunately Large Software released PC Tune-Up 2.0 which is a multitool application that helps us deal with system crashing and freezing. This software is intended for beginners as well as for experts.";
fDesc[11] = "Now a new version 2.3 is available for downloading. Now it features 27 tuning types!";
fDesc[12] = "instrument without any distortions. The software has an enhanced core technology which enables enhanced tracking as well as correction capabilities. It has a redesigned user interface which is refined for a smoother workflow.";
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] = "hard drive slowing its’ performance and increasing risk of system failure. That is why it is very important to have effective tool for regular removing of such file fragments. Hard Disk Tune-Up 1.0 is a great candidate for becoming such a tool.";
fDesc[15] = "be hosted as a plug-in with VST and RTAS applications. The program allows users engaged in computer based audio recordings an automatic method of pitch correction.";
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 = '...';
}
}