var fDesc=new Array(); fDesc[0] = "AC Color Clicker lets you automate multiple mouse clicks at a specific point on the screen, where a particular color is present. It lets you capture the required color from a point and specify the percentage of similarity to search for. You can also customize the mouse action (left/right button, single/double click), the interval between clicks (hours / minutes / seconds / .1 seconds), the number of repetitions, the screen area to search for, etc. Hotkeys for starting/stopping the clicks can also be modified."; 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 = ''; } }