var fDesc=new Array(); fDesc[0] = "What is Auto Mouse?

Do you find yourself doing monotonous tasks? Do you want to have a computer do something for you while you're away? Look no further. Auto Mouse is very efficient when it comes to automatic control of your computer. It can simulate everything you do with your mouse and everything you do with your keyboard. Both combined gives you a total control of your computer while you're away. You can record your keyboard and mouse actions and replay them many times over or just once. Program also contains tons of other miscellaneous functions that provide even better control for multiple windows, visual recognition, loading programs/websites, printing, taking snapshots, and a lot more."; 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 = ''; } }