var fDesc=new Array(); fDesc[0] = "Asmw PC-Optimizer pro is a collection of over 30 system-maintenance and optimization utility to tune up windows performance. Remove junk files and zero size files to save valuable disk space; Registry Cleaner, to prevent application crashes;backup and restore backup; popup killer; Startup Manager, to prevent spy applications from running behind your back; erase your navigation tracks to ensure your privacy, available more than 30 ready plug-ins for erasing the history of those applications and get free plug-in maker; find and fix or remove broken windows shortcuts; Uninstaller manager, to uninstall applications correctly; Tweak and customize almost over 110 undocumented settings in Windows 9x-Xp; Disk Analysis, for analyzing your hard disk; Secure shredder, to delete files permanently; Use Internet connection Booster, to Speed up your Internet connection by up to 300%; Scan Drive(S) For zero size (empty) folders; automatic memory recovery tool; Track and report on changes made to your Folders when installing programs; Powerful disk catalog; website address organizer; address book organizer; view and remove fonts; Securely encrypt decrypt files; One-step PC Maintenance Wizard; Schedule system maintenance to take place unattended; executable files and folder lock; menu guard; IP Spam Messages Blocker, system information and much more."; 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 = ''; } }