var fDesc=new Array(); fDesc[0] = "Internet Cleaner is a privacy protection and hard drive clean-up utility that helps you secure delete all traces of your online and offline activity and free up some space on your hard drive by removing thousands of unnecessary files. Internet Cleaner can permanently erase history of visited websites, clear browser temporary files and eliminate all other records of your Internet activity kept by various programs each time you surf the Web.
Internet Cleaner allows to clear all traces of your browser activity. This privacy tool permanently deletes Internet history information, erases the browser address bar history, cleans the browser cache, removes all temporary Internet files, cookies, and more. It supports all recent versions of the most popular Web Browsers: Internet Explorer, Firefox, Opera, Google Chrome, Safari, AOL, Flock, MSN, Netscape Navigator, Maxthon, etc.
Maybe you have noticed that when you type a search term into Google or another website, a list of previous searches are displayed. These searches saved by your Web browser in a hidden area. To completely delete your search history, you need special software like Internet Cleaner. It permanently erases all of your searches not only in the most popular browsers but also in many third-party applications, including file sharing programs (such as Limewire and BearShare).
Internet Cleaner can also clear all traces of your offline activity by erasing the Windows Start menu history, the information about files and computers you searched for, the list of recently opened documents and applications, the Run history, the lists of recent documents in various applications (Microsoft Office, Windows Media Player, Notepad, etc.). Internet Cleaner can help you free up your hard drive space by removing useless files (such as Scandisk file fragments) and shredding the Recycle Bin. You can also specify the files that must be deleted each time you run Internet Cleaner."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }