var fDesc=new Array();
fDesc[0] = "Tweak-XP Pro was the first tweaking software especially designed for Windows XP. There are lots of third class competitive products, but only with Tweak-XP Pro you can be sure to get the original tuning application designed for Windows XP only. There's no need to find your way through the Windows registry: use Tweak-XP Pro v4 to enable hundreds of different secret settings for Windows XP with a few mouse clicks only.
Unlike other tuning utilities, Tweak-XP Pro bundles more than 56 different utilities in one: all you need for Windows XP to get all out of it.";
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 = '';
}
}