var fDesc=new Array(); fDesc[0] = "Games Key Decryptor is a free Windows utility that instantly recovers lost license keys for your games. It automatically detects and recovers the license/CD key of all the supported games installed on your system. Currently, it supports around 50 PC games including Battlefield, Call of Duty, FIFA, NFS, Age of Empires, Quake, The Sims, Half-Life, IGI, Star Wars and many more. After the recovery, you can backup the CD key list to an HTML/XML/TEXT/CSV file."; 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 = ''; } }