var fDesc=new Array(); fDesc[1] = "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[2] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way."; fDesc[3] = "erase and destroy sensitive data from your computer. This application deletes all evidence of your internet activity, removes useless files and encrypts sensitive information to prevent unauthorized access."; fDesc[4] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs."; fDesc[5] = "addition to encryption, Data Security Wizard still is a shredders that will help you securely wipe data."; fDesc[6] = "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[7] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them."; fDesc[8] = "application runs: without leaving ANY trace at all on your system, just like a good portable program. It's a 100% stand-alone program, it does not run on top of any other browser."; fDesc[9] = "list, Pop-ups Block list with keywords, Limit windows opened."; fDesc[11] = "or presently being developed anywhere. Once installed our anti-spy software will protect your privacy immediately."; fDesc[12] = "engine queries and application usage ? with just one click!"; fDesc[13] = "history of everywhere you have surfed for the last days, weeks, and even months."; fDesc[14] = "activity on your computer. It will clean your history logs, cache, cookies and recent document list. It also allows you to shredd files and folders."; fDesc[15] = "previously deleted files on your hard drive. Shred Files, Folders, Recycle bin, drag & shred, DoD conform. Shred locked files & more."; 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 = '...'; } }