var fDesc=new Array(); fDesc[0] = "Did you forget to write down a serial number or did you simply loose the paper where you wrote it down? MyKeyFinder can help you. It analyzes your PC and brings you back all your serial numbers with just a single mouse click. MyKeyFinder can do this work for you and shows you all serials in a nice overview."; 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 = ''; } }