var fDesc=new Array();
fDesc[0] = "WinTweaks is a professional-level software; you do not have to pay for it, you can download it for free and use it on any PC without limitations! download it now.
WinTweaks is a system optimization solution that enables you to manage and tweak Windows services in an easy automatic and safe way for better performance.";
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 = '';
}
}