var fDesc=new Array(); fDesc[0] = "Have a faster, cleaner, and error-free PC. Find and fix errors, clean up junk and duplicates, optimize Internet speed, ensure privacy and security protection, maintain your computer's for peak performance and reliability, WinSettings Pro is a Windows System Utility Program. It uninstalls and removes unregistered programs, moves application, takes registry and system snapshot, repairs and maintains your Windows, optimizes your PC, and protects your online privacy and security. Its suite of intruder protection features includes program and service terminator. It speeds start-up and deletes locked files. You can lock up security and privacy settings, as well as hide Registry editing tools for added security protection. It comes with GUI for editing security related Registry settings with restore function. It cleans your surfing tracks automatically or on demand. It offers additional features such as desktop customization. Its suite of utility programs also includes a screen capture utility."; 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 = ''; } }