var fDesc=new Array(); fDesc[0] = "This optimizer allows you to optimize Windows XP in a simple, effective and secure way. After you install Thoosje Quick XP Optimizer, your OS System will run faster, applications will load quicker and run smoother, plus browsing of your files and the Internet will speed up.

Enabling the Optimize Shutdown/Restart/Booting option will make Windows start up, restart, and shut down faster, by shortening timers that were set in Windows to load\close applications and disabling useless checks that slow down the boot process. The program can also speed up the internet connection and downloads, as well as your processor."; 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 = ''; } }