var fDesc=new Array(); fDesc[0] = "My Privacy Cleaner Pro finds and removes the history of all of your recent web activity including recently visited websites and any downloaded files or photos. Cookies that have been automatically downloaded will be tracked and removed along with information about recently opened documents and any document searches. Important documents can be shredded to make sure they are 100% unrecoverable.

If you’re concerned about keeping your computer activity private and secure then you should try My Privacy Cleaner Pro."; 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 = ''; } }