var fDesc=new Array(); fDesc[0] = "Windows 7 Manager comes with over forty different utilities to optimize, tweak, clean up, and repair Windows 7 PCs. It provides a comprehensive report about the software and hardware components in your computer. This tool lets you manage startup programs and services, device drivers, and scheduled tasks.

Its Disk Analyzer can analyze and show the disk space usage of all programs, files, and folders. Smart Uninstaller can fully delete programs from your system without any residual files or registry entries."; 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 = ''; } }