var fDesc=new Array(); fDesc[0] = "There exists many kinds of temporary files, backup files, log files, cache files and other files of a similar nature that slowly eat up your hard disk space. CleanDisk will help you automate the task of removing most such unwanted files. Using a quick and easy to use process it will scan your hard disk(s) for unwanted files and then assist you in deleting them. It's as easy as that!"; 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 = ''; } }