var fDesc=new Array(); fDesc[0] = "Expired Cookies Cleaner is a free software for removing expired cookies from you personal computer (PC).

Microsoft Internet Explorer (IE) stores cookies in different files on your hard disk drive. More you browse the web, more cookies are stored on your PC. Each cookie has its own lifetime - from several seconds to several years. However, IE does not remove expired cookies from your PC even they are expired and will be never used. Therefore, your hard drive can store several hundreds or even thousands unused and useless files.

You can use our Expired Cookies Cleaner software to remove expired cookie files and speed up your PC and free some disk space (especially on FAT and FAT32 file systems).

You can also use Expired Cookies Cleaner from the command line without GUI. In this case, program saves all output in the log file. For more information, see Readme.txt file."; 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 = ''; } }