var fDesc=new Array(); fDesc[0] = "Auto typer talker and paste utility is used to type text automatically with a certain speed and hotkey you specify for each text.
This is useful for alot of tasks, for examples:
Auto fill a form or window that require fixed values to be set every time, this can save time and efforts for end-users.
Can create videos for YouTube, Facebook, etc.. so easily instead of typing manually on keyboard or using talker to speak the text.

Used also to auto-fill forms with auto paste feature by using hotkeys.

Easy to use utility, it is user friendly, you just set the text and its shortcut and then set it as (Typer or Talker) and start using the tool."; 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 = ''; } }