var fDesc=new Array(); fDesc[0] = "Product Key Finder helps you to safeguard licenses and activation keys for software products installed on your local computers or remote network computers. Because you paid for your software products and licenses, let Product Key Finder find and export them. Product Key Finder supports scanning of local computers as well as remote network computers and even allows you to find license information on crashed systems or hard disks.

You can export (Word, Excel, PDF, HTML, CSV and XML) or print your license information from within Product Key Finder and store these in a safe place for backup reasons. Product Key Finder is typically being used be home users as well as corporate admins."; 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 = ''; } }