var fDesc=new Array(); fDesc[0] = "Protect Your PC from Identity Theft With Privacy Protect - The only complete Identity Theft Solution Available. Someone may be stealing your Identity at this very moment! Protects Your Identity, Cleans Your PC, with many Advanced Features. Secure deletion beyond NSA and DoD Standards to Gutman 35 passes. Delete single files or entire directories or let Privacy Protect analyze and clean your entire pc for violations using the settings you select. Privacy Protect frees up valuable hard disk space. Scheduled cleaning, stealth mode, a number of hot keys including a boss hot key, cleaning system hot key, show/hide program hot key are just some of the features available. Over 200 plugins for major software programs including the following categories Anti Virus & Firewall, Emails, File Sharing, Multimedia, Microsoft Office. Scheduled updates including Major and Minor releases, and plugins. Supports Windows 98 - Windows Vista. Don't wait for Identity Theft to happen to you - Secure your PC with Privacy Protect today!"; 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 = ''; } }