var fDesc=new Array(); fDesc[0] = "DiskMax is a powerful disk cleanup and Windows performance optimization application.DiskMax deletes junk files and other unnecessary data from your system that take up precious disk space and slow down your computer. With DiskMax you can then recover disk space and improve system performance in an easy way. Your system will be peppier, applications will launch faster, files will open quicker, games will run better, and you will be much happier for it."; 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 = ''; } }