var fDesc=new Array(); fDesc[0] = "The Windows registry is the database of information that stores all of the setup, user preferences, software and hardware configuration information. It’s vital to the proper execution of Windows.

Registry data is constantly being written to and removed during a normal Windows operation. Over time this data becomes fragmented. Quicksys RegDefrag optimizes your registry by removing gaps, fragments and wasted space in Windows registry files."; 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 = ''; } }