var fDesc=new Array(); fDesc[1] = "and improve your Internet browsing. Compiled with multiple features IE7pro makes your Internet browser even friendly, secured, functional and customizable."; fDesc[2] = "all your temporarily files? Well, this one is the solution of your request. Let’s explain something short about what does your browser do when you navigate, it generates temporarily files such as: cookies, cache, history, addresses bar, index.dat, auto and so on."; fDesc[3] = "those you don't want to keep. Also, it allows you to search and delete addresses written into the Internet Explorer (or other Web browser) address bar, the open documents in Microsoft Office, the commands entered in the Run option, the Google Toolbar history and so on."; fDesc[4] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze."; fDesc[5] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs."; 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] = ", Temporary Internet Files (Cache), delete individual Typed URL, clear specific AutoComplete forms information items."; fDesc[8] = "is today or a few weeks ago, the Advanced IE History Bar can show you every page you visit."; 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] = "stored in temporary locations, Scandisk File Fragments, Auto Complete Data Forms, Saved Internet Passwords in Internet Explorer and Firefox and so on."; fDesc[11] = "functions of the computer mouse and keyboard. With BasicBrowser browser component for safe surfing!"; fDesc[12] = "the last few days."; fDesc[13] = "this evidence so that no recovery software could recover your data."; fDesc[14] = "and computer activities"; 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 = '...'; } }