var fDesc=new Array();
fDesc[1] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job.";
fDesc[2] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[3] = "the hard drives and optimize them. Configure your computer in the way that better suits you, and enlarge the security of your system.";
fDesc[4] = "devices from your PC and increase your online security;and clean Firefox now!";
fDesc[5] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish.";
fDesc[6] = "invalid entries that cause system slowdown, Windows Errors and program crashes. With the professional registry-fix application, Registry Genius, all these problems could be solved within seconds!";
fDesc[7] = "not really intuitive user interface. At first you will see a compact interface in blue color that makes it difficult to see how the scan is progressing.";
fDesc[8] = "data, recently run documents, find history, email sent/received, websites visited, files deleted and much more";
fDesc[9] = ", German, French and Spanish. The program cleans your registry, clean cookies, removes browsing history to speed up your PC. The demo version only shows you the potential problems, but doesn´t fix anything. You must register if you want NetDuster to fix them.";
fDesc[10] = ", cookies, history, visited Websites, typed URLs, Temp folders and more.";
fDesc[11] = "residents in your system could outgrow making your system slows and sluggish. Manual cleaning of these residents is a real pain in the neck. But now you could delegate this job to Advanced Windows Cleaner 1.0.";
fDesc[12] = "Girls Community. 3. Girls Corner. 4. Integrated form filler 5. Popup killer. Join the Pink Revolution now!";
fDesc[13] = "the World Wide Web or your PC and other service that involves private data, identification and secure transfers of information.";
fDesc[14] = ", images you've viewed, and more.";
fDesc[15] = "for anyone who uses the Internet. WinUtilities History Cleaner works with such popular browsers as AOL, IE...";
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 = '...';
}
}