var fDesc=new Array(); fDesc[0] = "This powerful utility can help you to recover lost product (CD) keys (including Microsoft Windows, Office, etc.) You can choose one of the two recovery modes: automatic - recover CD keys of the current system; and manual - recover keys manually from Windows registry files. The program decryption algorithm was specially built to retrieve and recover all license keys (even for unknown products). A Must-Have for the system administrator and home user."; 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 = ''; } }