var fDesc=new Array(); fDesc[0] = "Auto Clicker Asoftech can be used to automate mouse clicks and movements. It lets you select the X and Y coordinates by pointing your mouse at the required position on the screen. You can specify the type of click (right, left, double, click-hold, release), interval (milliseconds) after the click, etc. Any number of clicks can be added to a named list of actions with a specific start and end keyboard-button combination."; 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 = ''; } }