var fDesc=new Array();
fDesc[0] = "TweakNow PowerPack is a fully-integrated suite of utilities that let you fine-tune every aspect of your computer's operating system and Web browser. The Registry Cleaner module provides you with a safe and simple way to clean Windows Registry.
TweakNow PowerPack 2011 SP3b
- Windows Secret->Applications->Internet Explorer: Added option to personalise Internet Explorer 9 Title Bar.
- Windows Secret->Miscellaneous: Added option to disable AutoPlay feature.
- Windows Secret->Miscellaneous: Added option to disable Aero Peek feature.
- Windows Secret->Miscellaneous: Added option to modify delay time for Aero Peek.
- Windows Secret->Miscellaneous: Added option to disable Aero Shake feature.
- Windows Secret->Miscellaneous: Added option to disable Aero Snap feature.
- General: minor improvements and bug fixes.";
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 = '';
}
}