var fDesc=new Array(); fDesc[0] = "Every time your run or install program it creates temporary files on your disk without your knowledge. These files are frequently not deleted and can therefore take up large amount of disk space and slow down the performance of your computer. Disk CleanUp Wizard can find and remove these files without affecting your work in any way. Disk CleanUp Wizard is a user-friendly application that recognizes more than 50 types of junk files and removes them in four steps to keep your system as clean as possible."; 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 = ''; } }