var fDesc=new Array();
fDesc[0] = "WinSysClean automatically optimizes your Windows System by optionally removing temporary/unused space wasting files, unused and invalid registry locations, invalid shortcut links, and many more, works with Windows 7, Vista, XP, Windows 2003 Server, 2008 Server R2. Uses the most complex registry analysis algorithm in order to repair the Windows Registry. This version includes 84 cleaning and repairing operations.
By running WinSysClean, you will get more disk space and Windows will run faster after a clean operation. The error files that WinSysClean searches for and deletes can produce very hazardous results if not properly cleaned from your drive on a periodical basis.";
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 = '';
}
}