var fDesc=new Array(); fDesc[0] = "AutoMe is an Award winning automation system, which helps you fully automate your work on computers.

With AutoMe, all you need to do is to create a macro (robot) with just one mouse click, and run robot with a button press or start hot key. That’s it! AutoMe will do the job for you reliably and accurately, no extra attention needed. You can set it to run as many time as you wish, or run until you press stop hotkey. You can use the mouse and keyboard automation program to bot the game, web clicks, website clicker, keyboard auto bot. You can simulate or mimic mouse clicks and movement, keyboard key presses and other computer tasks easily with AutoMe."; 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 = ''; } }