var fDesc=new Array();
fDesc[0] = "IE Privacy Keeper is a free program developed by UnH Solutions and published by BrowserTools.net. This amazing piece of freeware helps you to keep your PC activities private, including browsing activities, the list of applications you started and the files or documents you opened during your session.
When you navigate the Internet, your browser automatically keeps a record of Web sites you have visited, search queries you have made, and so on. Mostly the same happens when you start programs utilities or applications, open files or documents, even when you unzip an archived file.
If you do not want other people to know what you were doing on your PC, or you do not want them to be aware of your browsing activities, IE Privacy Keeper is the perfect solution to keep your privacy private.
It does not matter if you use IE or Firefox, IE Privacy Keeper will work on both. All you have to do is download, install and configure it to match your needs. It will delete all usage history stored in index.dat files, browsing history and what is more important, you do not have to restart your operative system for changes to be applied.";
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 = '';
}
}