var fDesc=new Array();
fDesc[1] = "modifying the host's OS. This software isolates navigation files and applications functions which it redirects into a system replica or \"sandbox\".";
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] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms.";
fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[5] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces.";
fDesc[6] = "better. It not only checks every component and every folder of your system to make sure you do not host more files than those you need, but also monitors your disk space, your memory performance, and all your running processes.";
fDesc[7] = "the security of your computer. Regarding clean up and repair, the program includes four powerful tools: a disk cleaner, a registry cleaner, a shortcuts fixer and an uninstall manager.";
fDesc[8] = "emulate a physical CD device with the advantages of a hard disk. The program will allow you to use up to twenty virtual CD drives at the same time, and you will also be able to share them over a network.";
fDesc[9] = "a modern interface, you can gain access to all the complex functions associated to the optimization of your hard disk.";
fDesc[10] = "bypasses the system hard drive, which is the slowest part of a computer, to give your system an immediate boost.";
fDesc[11] = "Registry Cleaners, Defragmenter and other. With a clean and simple interface it helps you to gain maximum performance from your Windows XP";
fDesc[12] = "folders from prying eyes, which designing four protection method(hide/rapidly lock/encrypt/private coffer). Furthermore offer Password Manager.";
fDesc[13] = "which purpose is to handle all defragmentation tasks automatically. It uses I-FAAST (Intelligent File Access Acceleration Technology) to improve by up to 80% the file access and creation rate. With the Frag Shield technology defragments master file table and paging files.";
fDesc[14] = "included in the program, but also allows you to add your own, keep them perfectly organized and gives you a starting point to build your complete cookbook, thanks to the recipes already included in it.";
fDesc[15] = "desired program. It is easier to use than the Control Panel's \"Add/Remove\", and allows to uninstall several applications at a time.";
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 = '...';
}
}