var fDesc=new Array(); fDesc[0] = "Windows Clear is an advanced system utility designed to clear Windows errors and boost the maximum performance of home PCs. Poor system performance is determined by a lot of things. That is why WindowsClear was engineered with multi-function capabilities.
WindowsClear has the vital tools that you need to regain system performance, clean junk files, free up virtual memory and boost startup speed within 3 minutes or less."; 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 = ''; } }