var fDesc=new Array(); fDesc[0] = "PrivacyKeeper securely erases all your online and offline tracks and activities. It runs a deep scan of your PC searching for saved usernames, passwords, filled forms, chat logs, your browsing history and other offline activity logs such as used files, applications, viewed videos and listened music saved on your hard disk. You can either opt for a one-click easy clean which will remove all identified records or select which tracks from your digital footprint you want to wipe out."; 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 = ''; } }