var fDesc=new Array(); fDesc[0] = "RegUtility uses a high performance detection algorithm to spot and repair all PC errors. RegUtility identifies missing, corrupt or invalid items in your Windows registry, repairs registry errors and enhances performance and stability of your PC.Keep track of all problems resulting from missing, broken or bad applications or Windows shortcuts and links, obsolete start menu items, missing or corrupt application IDs, unused drivers mechanic. Also included powerful applications, such as startup manager, uninstall manager, backup and restore registry, special junk cleaner, monitor registry, ie plugins, and system optimizer."; 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 = ''; } }