var fDesc=new Array();
fDesc[1] = "clears your browsing history, index.dat files, removes cookies, cache, logs, deletes temporary Internet files, autocomplete search history and any other tracks left after using the computer. No useful documents are deleted, it only clears the records of your activity.";
fDesc[2] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance.";
fDesc[3] = "range of features likes auto optimization, auto recovery of RAM, backup of system settings and Process List. It is also available in multiple languages like English, French, Spanish, German and many more.";
fDesc[4] = "uses, such as office work, gaming, media editing or maximum resources (memory etc), and then switch from one setup to another.";
fDesc[5] = "control over your system. Advanced PC Tweaker offers a multipurpose tool kit that has something for every part of your operating system.";
fDesc[6] = "websites see the IP address of the proxy server instead of your own IP address. A4Proxy fully supports HTTPS and FTP, so you will be able to logon to secure sites and FTP directories anonymously.";
fDesc[8] = "scan your disk and delete junk files, all traces of your Internet and system activities and registry errors. The most pleasant thing that this essential application is absolutely free.";
fDesc[9] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites.";
fDesc[10] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks.";
fDesc[11] = "program is able to clean temporary files, backup files, installation leftover files and many other garbage files. It has a built-in list of files that are considered junk files. You can use that list to look for those known junk files, in order to wipe them out of your drives.";
fDesc[12] = "settings, you HDD and CD-ROM cache sizes to improve system performance and much more. You can also tweak the settings o...";
fDesc[13] = "hard disk cache or RAM cache, and feed it to DVD player then, so that DVD drive can take a rest. For example, a 6X-speed DVD drive will only work 15 minutes when you are watching a 90 minutes DVD movie. DVDIdle works in the background to provide Cache for DVD player automatically. With DVDIdle's help software DVD player like PowerDVD, WinDVD, etc. are able to provide smooth DVD playback while DVD drive is sleep! Features include: Very easy to use: works automatically in the background Extends lifetime of DVD drive by up to 800 percent Extends lifetime of DVD disc Extends laptop's battery time by up to 30 percent Change soundtracks on the fly. Hide forced subtitles as you wish.";
fDesc[14] = "world in 2D. You don’t need to download or search for any map. Just starting the program will show you the world map and you can navigate through it using the pan tool or zooming marquees.";
fDesc[15] = "display the contents of index.dat files.Additionally delete typed URLs, user names, passwords, etc.";
fDesc[16] = "'secure erase', support for Plugins and a function to randomize Cookie data. Does not require a reboot. Now suppports VISTA.";
fDesc[17] = "able to view separate fields of their structure. The application has a very user-friendly interface, where all the main features of mpeg files, such as resolution, frame rate, drop type, encode type, size, bite rate, picture count and others are shown.";
fDesc[18] = "speed, processor features, processor name, IP, OS and drives in a tabbed window. Supports HTML exporting of data.";
fDesc[19] = "displays the list of all files currently stored in the cache.";
fDesc[20] = "program cleans cookies, Internet history, cache, temporary files, drop down address bar, locked files (index....";
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 = '...';
}
}