var fDesc=new Array(); fDesc[0] = "TweakXP Tweaking Utility can change hundreds of registry settings from Windows XP, improving appearance, performance, and functionality. Prevent others from changing your settings and increase Windows security. Lock down control panel applets, Internet Explorer options, and even choose which applications can or can't run on the computer. You also can optimize the CPU and memory usage for programs, system cache, or background services."; 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 = ''; } }