var fDesc=new Array(); fDesc[0] = "Through a friendly interface and equipped with the most powerful tweaks, Mz Tweak will try to stop crashes and gain your computer reactivity.

Here are some key features:

-Boosts PC performance
- Speed up games
-Tweak and personalize Windows
- Increase system security
- Smart memory & processor management
-Increase network performance and download speeds
- Optimize & backup your registry
- Remove unused and temporary files from your system
-Configure Windows startup and services
- Manage power plans for laptops/netbooks
-Schedule shutdowns"; 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 = ''; } }