var fDesc=new Array(); fDesc[0] = "Key Presser is an easy-to-use tool that can press a specified key automatically. Some games require the user to hold a key continuously. You can use Key Presser to do this. You can also specify a fixed time to generate a key press event. You can press the hotkeys to start and stop it at any time. This tool allows you to play games easier, and more comfortable."; 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 = ''; } }