var fDesc=new Array(); fDesc[0] = "Privacy Agent is the free software solution that enables you to enjoy the benefits of the Internet with the knowledge that your privacy is protected. Privacy Agent works with all browsers to delete history of the websites you have visited. Whether you want to delete search history Firefox or clear browsing history Chrome; Privacy Agent does the job. Are you a Microsoft fan? Remove Internet history Internet Explorer with Privacy Agent. Use Privacy Agent to remove history quickly and easily from any website that you have visited. With your history clear, your privacy is assured. Surf the Internet safe in the knowledge that which websites you visit are your business and your business only. Privacy Agent is your gateway to worry-free Web surfing"; 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 = ''; } }