var fDesc=new Array();
fDesc[0] = "WinASO RegDefrag can compact and defragment your registry to remove the registry holes and optimize the registry structure.
As a result, it will boost system speed and performance as a whole.
With a single click, WinASO RegDefrag quickly analyzes your entire registry by locating registry holes and other waste space.
It presents a clear and vivid report of how much percentage of fragments occupies your registry, as well as the current and expected registry size before and after defragmentation.";
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 = '';
}
}