var fDesc=new Array(); fDesc[0] = "“OSPC” (Online Solutions Privacy Cleaner) is a powerful, yet simple application intended for the removal of users’ confidential information and traces of users’ activities on their computers.

Some files created by the browser and other popular applications often contain confidential information, which can tell a lot about the user. Therefore, if you care about your privacy and would like to protect this information from falling into somebody else’s hands, make sure to clean up your system from time to time - especially if you are an active Internet user."; 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 = ''; } }