var fDesc=new Array(); fDesc[0] = "WiperWizard is a powerful erasing utility that allows you to clean your computer by wiping junk files and computing activity traces. This incredible program will scan your hard drive and delete all the information about what you have done, what documents you have used, what web sites you have visited, and various other activities that you have performed on your computer. WiperWizard will help you keep your privacy secured and also recover valuable disk space by removing traces of your internet and computing activity without any possibility to recover them. What is more, the program features a very simple and intuitive wizard-like user interface which makes this process easier and quicker than ever before. All in all, If you are a heavy internet user and you are looking for an application to help you clean all your internet history, while at the same protecting you privacy and recovering valuable space on you hard disk, this application is perfect to tackle this task. And the best thing of all is that it is free."; 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 = ''; } }