var fDesc=new Array(); fDesc[0] = "Product Key Finder can find the product keys and serial numbers of your Windows Operating System and the applications installed in your PC. This program can can find & recover product keys for Office, Adobe products, Visual Studio, SQL Server, VMWare, and more than 3000 other programs or software."; 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 = ''; } }