var fDesc=new Array(); fDesc[0] = "DiskMax is a powerful disk cleanup and Windows performance optimization application. Download and run it just once - the difference will be instantly noticeable. 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. Running DiskMax from time to time is recommended to keep your system in shape."; 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 = ''; } }