var fDesc=new Array(); fDesc[0] = "ID Registry Cleaner is a utility program that detects incomplete or incorrect references in your Windows Registry, mainly due to improper or corrupt installation or removal of programs. It scans your Windows Registry to search for errors and provides methods to optimize its performance.
Main features:
- Scans Windows Registry quickly
- Cleans the misplaced and unsolicited items
- Detects improperly installed programs
- Increases performance and speed of your system
- Makes backups of Windows Registry files.
ID Registry Cleaner is an efficient cleaner and organizer of your Registry files, scanning, monitoring and detecting suspicious-functioning applications and improves system operations."; 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 = ''; } }