var fDesc=new Array(); fDesc[0] = "The freeware application XP Deactivator removes your XP license information. This way you can change your XP product key. This is very useful if you want to upgrade to a new edition or if you lost your old Serial Number and want to use a new one.
Once Windows is deactivated, click "activate", choose "phone activation" and click on "change product key"."; 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 = ''; } }