var fDesc=new Array(); fDesc[0] = "Okoker Disk Cleaner is an application that deletes junk files, temporary files, and frees up your hard disk space. It has tools to scan your drive(s) and find all superfluous files for you. If you haven't performed cleaning on your computer for a while, there will probably be a lot of files that can be removed without affecting your work in any way . The operating system and applications create files when they are used, and many of these files are so-called temporary files . These files are frequently not deleted and can therefore take up valuable disk space and slow down the performance of your computer."; 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 = ''; } }