var fDesc=new Array(); fDesc[0] = "Auto Clear History quickly cleans all history of your online and offline activities, offering you a clean and safe computer use environment.
Auto Clear History can help you to completely remove all traces of your online and offline activity like: browsing history, cache (temporary files), cookies, and stored passwords. It also empties your recycle bin, clears your clipboard content, cleans your history of run programs, recently opened files, and much more.
It supports Internet Explorer, Firefox, Windows Media Player, Yahoo, MSN, Google, and more."; 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 = ''; } }