var fDesc=new Array(); fDesc[0] = "Auto-Typer application that idetifies a specific key stroke key stroke combination consisting of a combination of the keys Ctrl/Alt/Shift F9-F12/PrtScn/Pause and then type automaticly a pre-set text.
Auto-Typer is a simple and easy to use application for automating typing."; 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 = ''; } }