var fDesc=new Array(); fDesc[0] = "Logix Product Key Viewer is a free utility that will recover product keys (CD Key) from currently installed software, such as Microsoft Windows and Microsoft Office. It displays the installed Windows Product Key (CD Key) and other informations, such as: Windows version, service packs, product id, installation date and time, registered user and organization."; 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 = ''; } }