var fDesc=new Array();
fDesc[0] = "Tweaking.com - Advanced System Tweaker is a central hub for any kind of tweak or anything else that can be done via registry files, commands and vbscript files.
The add-ons in the program allow it to grow and handle just about anything. The program has a direct link to search and find the growing list of add-ons.
Using the program is easy. Browse through the installed add-ons and runs the one you want.
For a 1 click solution you can use Simple System Tweaker.
Unlike Simple Performance Boost, Advanced System Tweaker is add-on supported. So it has unlimited possibility. You also only run 1 tweak at a time.";
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 = '';
}
}