var fDesc=new Array(); fDesc[0] = "KeyRecover Windows Edition lets you instantly view your Microsoft Windows product(CD) key.
If you have lost your product/CD key then your Microsoft Windows software has become virtually useless to you. Without your product key you will not be able to activate your version of Microsoft Windows unless you buy a new copy, which could cost you hundreds of dollars. KeyRecover Windows Edition will instantly reveal your Microsoft Windows product key, saving you time and money."; 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 = ''; } }