var fDesc=new Array(); fDesc[0] = "StartGuard Pro (SGPro) is the next generation spyware cleaner for your PC. It keeps your computer free of spyware, adware, trojans, keyloggers, hijackers, BHOs, toolbars, and other types of current and future malware. Automatically detects many types of system settings changes including unwanted homepage hijackers, internet host changes, unauthorized screen savers, and more. Speeds up Windows loading time and other applications by blocking useless junk programs running in the background. SGPro utilizes proprietary "Instant Scan" technology allowing nearly instantaneous spyware detection and works when other spyware tools fail due to its unique system integration protection method. No updates or subscriptions to work. StartGuard Pro does not use any kind of "spyware fingerprint database". Such databases are used by most anti-spyware tools and need to be updated constantly and are only partially effective. Always be protected from the latest spyware and other threats by downloading StartGuard Pro now!"; 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 = ''; } }