var fDesc=new Array(); fDesc[0] = "The Windows Registry is a database that stores critical information about the operating system, hardware, user settings and much of the software that resides on your computer. This information is used, among other things, to instruct programs how to run and locate the files needed to perform different tasks. Over time the Registry can become disorganized and bloated with unnecessary data. Worst still, errors may creep into your Registry causing your PC to slow down, malfunction, and eventually crash."; 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 = ''; } }