var fDesc=new Array(); fDesc[0] = "INNOBATE Product Key Recovery, is a utility software tool, which decrypts the stored Windows Product Key on your Microsoft Windows 2000, 2003 and Windows XP family of operating systems. This tool allows you to save your Windows computer system's product key code to a text file as a backup. For a Windows XP Computer system this utility software tool gives the user the ability to check if their installation of XP has been pre-activated."; 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 = ''; } }