var fDesc=new Array(); fDesc[0] = "When activated, Mouse Tractor does the clicking for you and allows you to set your click speed as low as one tenth of a second.
Mouse Tractor is a simple program that helps you eliminate or reduce repetitive mouse clicking required in some of today's games or programs.
Product Features: Hot Key Start / Stop, Customizable Click Rates, Active Indicator, Always on Top / Stay Visible Window"; 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 = ''; } }