var fDesc=new Array(); fDesc[0] = "Windows XP Update Remover provides a quick and easy way to delete the backup files left behind after every Windows update and reclaim valuable disk space. It can also remove Windows updates that appear to be causing trouble.

Whenever Windows Update runs to install security fixes and other updates to your system, it creates a folder within the Windows folder containing all the files replaced during the update."; 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 = ''; } }