var fDesc=new Array(); fDesc[0] = "SBMAV Disk Cleaner is a one-stop suite with over 6 tools to do a thorough cleanup. In just one click, you can find and remove the clogging junk out of Windows and applications, uninstall unnecessary programs, remove duplicate files, delete cookies, disable auto-loaders that slow down system startup and much more. The tools are delivered in a nice-looking interface, which requires no learning as it’s totally intuitive for beginners."; 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 = ''; } }