var fDesc=new Array(); fDesc[0] = "Weeny Free Registry Cleaner is an easy-to-use tool that allows you to safely clean, repair, backup and compact Windows registry with a few clicks. Cleans and repairs invalid information in the Windows Registry to keep your PC running cleaner, faster, and error-free. Weeny Free Registry Cleaner allows you to backup your whole Windows Registry, so you can revert to the last good configuration if you encounter a system failure. Optimizes the Registry by removing fragmentation, deleting unused entries, and compacting the Registry to make it access fast."; 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 = ''; } }