var fDesc=new Array(); fDesc[0] = "Changing a Windows product key can be difficult, time consuming, and sometimes impossible. KeyChanger Windows Edition allows you to easily change your Microsoft Windows product/CD key, all without restarting or reinstalling Windows. KeyChanger Windows Edition is the only affordable solution to changing your product/CD key. The only alternative to KeyChanger Windows Edition is actually editing the encrypted Windows registry files yourself."; 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 = ''; } }