var fDesc=new Array(); fDesc[0] = "very time your computer is used, junk files, large files and temporary files can pile up. In addition your computer has duplicate files that are 100% identical, caused by accidentally storing and saving twice or even multiple times. Over time, these files take up huge amounts of hard disk space on your computer and you end up with a full disk. If these files are not removed, your PC performance could become much slower than it should be."; 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 = ''; } }