var fDesc=new Array(); fDesc[0] = "SysCheckUp is a program that will help you to optimize your system´s performance. The Registry Cleaner will scan your registry file in search of unnecessary data, such as orphan program entries, bad file extension associations and other things. After finishing the scan, it will show you the list of problems to fix. You can select or deselect the items, and then tell the program to clean the registry."; 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 = ''; } }