var fDesc=new Array(); fDesc[0] = "Auto Text Typer is a powerful yet easy-to-use tool with many features that can automatically enter text, phrases, sentences, or paragraphs with a hotkey that you defined.
How to use Auto Text Typer:
- Define text what you want to type and define hotkey with it.
- Check the text that you want to auto type and Click the 'start' button.
- Type the hotkey that you defined before,then the text you defined can auto input for you."; 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 = ''; } }