var fDesc=new Array(); fDesc[0] = "Recover Keys is a simple program for finding and backing-up the installation keys of software applications. It quickly analyzes your system for over 10,000 software programs and produces a list of software activation keys. You can save, backup, print, or export (Word, Excel, PDF, HTML, CSV, XML) the license information. Besides scanning your local PC for product keys, Recover Keys can scan for product keys on remote network computers, as well as Windows operating systems or another hard disc drives."; 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 = ''; } }