var fDesc=new Array(); fDesc[0] = "Whether or not you are running out of disk space, your computer has a lot of temporary/junk files that are slowing down your computer, risking your privacy, and using all your valuable space. With this program, you won't need to worry about any of that.

It thoroughly cleans and optimizes your computer by removing all the junk files left behind by third party applications, browsers, system crashes, and much more. Synei Disk Cleaner allows your PC to start up quicker and smoother by regaining your space. You may choose exactly what you want cleaned and what you don't want cleaned."; 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 = ''; } }