var fDesc=new Array(); fDesc[0] = "License Crawler is the perfect partner for system backup, migration projects and system recovery.
Instead of searching for the keys in your e-mails, manuals and recipes you could use another approach. License Crawler is a sweet little application that scans the Windows Registry for Windows product keys and other serial numbers and licenses."; 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 = ''; } }