var fDesc=new Array(); fDesc[0] = "Advanced Mouse Auto Clicker can be used to automate mouse-clicks at specified intervals and any location on the screen. It lets you specify the X-Y point, mouse button (left, right, middle), single or double click, time interval between clicks, and number of repetitions. This program also has the ability to search for specific color blocks or pictures on your screen and click on a specific part of it."; 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 = ''; } }