var fDesc=new Array(); fDesc[0] = "WinSweeper permanently removes traces of your computer activities and internet history. The software is effectively organized into the four major sections that the software cleans: Windows, the internet, Microsoft Office, and Other Applications.
When you access each section you are presented with a list of all the corresponding sectors, programs, browsers and components that you can wipe clean. You can select them all, or pick and choose which areas to clean. Once you’ve designated what to include/exclude from privacy scanning, simply click the "Start Scan" button and the software goes to work. The cleaning process is relatively quick and displays progress bars for the current task and the overall process."; 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 = ''; } }