var fDesc=new Array();
fDesc[1] = "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[2] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair.";
fDesc[3] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[4] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities.";
fDesc[5] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[6] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more.";
fDesc[7] = "important data. Advanced Privacy Cleaner will enable you to erase Internet history, Internet cookies, auto-complete data, auto-complete passwords, and also delete Microsoft Word recent files list, the list of images viewed by you, Windows Media Player recent files list, WinZIP recent files list and so on.";
fDesc[8] = "tracks, computer activities and programs history information stored in many files and places that aren?t obvious on your computer.";
fDesc[10] = "and more than 200 third-party programs. Program uses Government-strength removal techniques and plug-ins.";
fDesc[11] = ", Windows keeps track of your activities on the computer, when you are connected to the Internet, the web browser you are using leaves many traces of your activity on the Internet, even software you use also leaves traces. All these traces after your work on the computer might be used by other people against you. Therefore Advanced Tracks Cleaner is a protection tool that helps you solve this problem. Advanced Tracks Cleaner erases any traces of Windows previous activities and of your activities on the Internet by cleaning cache of your browser, cookies, history, showed URLs, index.dat file and many others, it supports such browsers as (Microsoft Internet Explorer, Netscape, Mozilla, FireFox, Opera). Advanced Tracks Cleaner has an in-built search function for unneeded files on your hard drive. Advanced Tracks Cleaner protects you and your hard drive and makes sure your system is clean...";
fDesc[12] = "files.";
fDesc[13] = "your Internet and computer activities. Our Eraser supports popular web browsers such as Internet Explorer, AOL, Netscape, Opera, and MSN Explo..";
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 = '...';
}
}