var fDesc=new Array(); fDesc[0] = "Vit Registry Fix is a powerful program for cleaning the registry from errors. Main features:
Optimizing files of the registry
- Manage a list of programs at startup system
- Managing uninstall the programs
- The creation of full and partial backups of the registry
- Search and delete data from the Registry
- Disk Cleanup of temporary and other unnecessary files
- Support for 32-bit OS Windows XP/VISTA/7
- Support for 64-bit OS Windows XP/VISTA/7 and more."; 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 = ''; } }