var fDesc=new Array(); fDesc[0] = "WinXP Manager is a system utility that helps you optimize, tweak, and clean up Windows XP. It will increase your system speed, improve system security, and meet all of your expectations. It's compatible with Windows XP SP3 entirely!

WinXP Manager is the powerful software tool to tweak and optimize Windows XP, it bundles more than 30 different utilities in one and help your system faster and more stable, secure and personal!

Get detailed system and all hardware information on your system; helps you to find out the missing Registration codes of Microsoft product; show all detailed information of running processes and threads on your machine; WinXP Manager offers optimization Wizard feature for the user without having any advanced knowledge."; 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 = ''; } }