var fDesc=new Array(); fDesc[0] = "WinSysClean repairs Windows Registry and removes specific types of files that common disk utilities, uninstall, setup, defrag, scandisk, and other cleaner type programs will miss.

This version includes 84 Windows repair and cleaning modules plus many Windows tune-up tools.

You can choose from many cleaning and tune-up options or you can let WinSysClean do it all for you with the Intelligent SafeClean(tm) Technology."; 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 = ''; } }