var fDesc=new Array(); fDesc[0] = "Cover your internet tracks! Delete cookies, typed URLs and more! The only software of it's kind that let's you specify which cookies and Typed URLS should not be deleted!

There are plenty of reasons you might want to use privacy software to cover your tracks. However, there are two major problems with most privacy software out there:

- They delete important things like cookies that have passwords!
- After you run them, it is obvious that you have been trying to hide something, because suddenly everything is erased!"; 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 = ''; } }