var fDesc=new Array(); fDesc[1] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans."; fDesc[2] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications."; fDesc[3] = ", cookies, visited websites, typed URLs, recent documents, index.dat files and more."; fDesc[4] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want."; fDesc[5] = "activity tracks, recent documents, cache, cookies etc), free space wiper, and startup editor."; fDesc[6] = "permanently delete all the Internet history in a very easy way. The program supports deleting Internet cookies, history, auto-complete form data, temporary files and typed URL history. The program works with Internet Explorer and with Mozilla."; fDesc[7] = "and computer activities. Windows Eraser supports popular web browsers such as Internet Explorer, AOL, Netscape, Opera, and MSN Explorer."; fDesc[10] = "information, your system will run faster and error free. Also features registry backup/restore, startup and BHO organizer."; fDesc[13] = "like Internet Explorer, AOL and Netscape. Get this popular Privacy Protector to protect yourself!"; fDesc[14] = "approved by DoD and NSA, therefore your privacy is fully protected."; fDesc[15] = "Washer securely erase internet tracks,computer activities,programs history and improve PC performance."; 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 = '...'; } }