var fDesc=new Array(); fDesc[0] = "Using Reg Organizer to uninstall programs and remove its traces will prevent the registry and computer disks from littering up. This is very useful because not all programs delete their leftover and configuration files in the system registry after removal. This feature is powered by the Full Uninstall™ technology. Its Advanced Startup Manager will help you control applications that automatically run with whenever your operating system is started. This would enable you to free up valuable resources for other purposes and, in some cases, speed up the boot time and operation of your Windows operating system."; 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 = ''; } }