var fDesc=new Array(); fDesc[1] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[2] = "control over your system. Advanced PC Tweaker offers a multipurpose tool kit that has something for every part of your operating system."; fDesc[3] = "the cookies and the navigation history. But there is also a third kind of registration that is made on your PC. These saved files are called Index.dat, and they record information about your activity on the Internet. but Index.dat Analizer can help you with erasing this data easily and fast."; fDesc[4] = "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[5] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!"; fDesc[6] = "and temporary files. Removing or deleting of history also helps your computer to work smoothly. But removing all these tracks manually is not so easy and mostly users don’t know what to delete and where to find all those history tracks."; fDesc[7] = "data, recently run documents, find history, email sent/received, websites visited, files deleted and much more"; fDesc[8] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items."; fDesc[9] = "navigation sites, it also cleans these temporary files: Internet Temporary Cookies and Cache, Internet Explorer Address Bar, History, Temporary Files etc. When you run this program you will have the option to choose which one of these options you want to do or undo."; fDesc[10] = "can be easily recovered by means of special recovery software. If you want to be sure that all files you have deleted and can’t be recovered then you might find SafeDelete 2.1 really useful. This application uses special mechanism for deleting files that makes their recovery impossible."; fDesc[11] = "such as browser cookies, history and temporary files."; fDesc[12] = "there is more to it than that. Of course, the main function of this app is to safely erase files so they can't be recovered by anyone after you delete them. This is carried out by writing dummy files over the physical space your original files occupied."; fDesc[13] = "program will delete information that reduces the performance of your PC. What the program does is analyzes your disk and displays information about your files and folders."; fDesc[15] = "LogCleaner enables users to clean disk effectively, so you can completely erase tracks on your computer"; 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 = '...'; } }