var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed.";
fDesc[3] = "etc., created by a particular application, and then remove it completely. There is an \"AutoFix\" button. It can search for invalid uninstall information and delete/correct it. It cannot search for invalid registry entries caused by a previously uninstalled program though.";
fDesc[4] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[5] = ", embeded in scripting languages or executed from other applications. WHAT'S NEW IZARCC: fixed: create archives on USB drive added an option ($) to set custom temp directory bug fixes, minor updates IZARCE: added an option ($) to set custom temp directory bug fixes, minor updates";
fDesc[6] = "programs should automatically delete any temporary files and folders they create, but many don't (including Microsoft programs such as FrontPage). Over time these files can grow to occupy a large chunk of your hard disk.";
fDesc[7] = "Protector works with Internet Explorer, FireFox, AOL, Netscape and MSN. Your personal data will be safe while you enjoy navigating secure. Smart Protector works on all Windows systems.";
fDesc[8] = "of your Internet and computer activity. Completely erase the contents of sensitive files and folders that you specify.";
fDesc[9] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover.";
fDesc[10] = "When open the program we can find a Menu Bar, one toolbar, one panel at the left where we can select the mask and create a exclusion list. Above we can select the directory for scan and one window where we can select the temp files or the zip files.";
fDesc[11] = ", SEEP/W, SIGMA/W, QUAKE/W, TEMP/W, CTRAN/W, AIR/W and VADOSE/W. Geo studio is primarily used for analyzing the stability of natural and man-made earth slopes, but can also be used as a common tendency when using such powerful modeling software";
fDesc[12] = "of each core in each processor independently of the motherboard. It utilizes the DTS system (Digital Thermal Sensor) located in the processing core. To utilize the software you have to unzip the file and the program will be directly extracted to run.";
fDesc[13] = "system) and clean all lost temporary files and folders from your TEMP directory.";
fDesc[14] = "this evidence so that no recovery software could recover your data.";
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 = '...';
}
}