var fDesc=new Array(); fDesc[0] = "Auto Click Typer is a free automation software that helps you emulate mouse and keyboard buttons. You are able to move mouse cursor, emulate left, right and double mouse clicks and emulate pressing various keyboard buttons. Each action can be time delayed for exact or random period of time, and can be executed for exact number of times or for some time period. Auto Click Typer also have Save and Load capability. Try it! It's free! Auto Click Typer is a free automation software that helps you emulate mouse and keyboard buttons."; 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 = ''; } }