var fDesc=new Array(); fDesc[1] = "all history details, delete duplicate files to free your disk space, optimize memory, manage and organize system settings, and perform many other activities."; fDesc[2] = "sure that your computer is at safe of unwanted files which may cause your computer to run wrongly. Easy to use and fast to download, this software protects your pc from external and internal threats."; fDesc[3] = "temporary and unused files from it. This way the software optimizes your system and enhances its performance by getting rid of all types of temporary files related to Windows, Internet tracks and other cache files."; fDesc[4] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites."; fDesc[7] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more."; fDesc[8] = "browser and in hidden files."; fDesc[9] = ", cookies, history, visited Websites, typed URLs, Temp folders and more."; fDesc[10] = "application you will be able to navigate on the Internet without worrying about any registers or about any information read by other users."; fDesc[11] = "tracks, computer activities and programs history information stored in many files and places that aren?t obvious on your computer."; fDesc[12] = "display the contents of index.dat files.Additionally delete typed URLs, user names, passwords, etc."; fDesc[13] = "computer privacy from nosy people. Using it, you can securely erase your usage tracks in Windows, Internet Explorer, MS Office and other applications!"; fDesc[14] = "With only one click, Tracks Eraser allows you to erase the cache, cookies, history, typed URLs, autocomplete memory, etc."; fDesc[15] = "your Internet and computer activities. Our Eraser supports popular web browsers such as Internet Explorer, AOL, Netscape, Opera, and MSN Explo.."; 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 = '...'; } }