var fDesc=new Array(); fDesc[0] = "This program is a simple utility to retrieve the Serial numbers or CD Keys of Microsoft software installed on your system. It includes options to export the list of found keys and a search option to find keys not included by default. Keyfinder Thing runs on any 32bit Windows OS that has .NET 2.0 FX installed."; 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 = ''; } }