var fDesc=new Array(); fDesc[0] = "Enhanso is a tweaking and maintenance application for Windows. You can use this program to find useful information about your system, such as CPU, services, memory etc. Also, you can perform system optimizations, such as registry cleanup, edit the start-up items, report system errors and much more."; 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 = ''; } }