var fDesc=new Array(); fDesc[0] = "NitroXP is the tweaking tool designed for Windows XP. NitroXP can optimize your Internet connection, memory, and more. NitroXP can decrease shutdown time by decreasing the amount of time Windows waits for a program to close and by disabling the shutdown sound. NitroXP can increase the speed of Windows XP by forcing Windows to keep important operating system components and drivers in the RAM."; 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 = ''; } }