var fDesc=new Array(); fDesc[0] = "This program is a repetitive auto clicker. It can recognize screenshots. It is developed for online casino games, online games players, and word recognition in chat windows. It can auto fill text fields with text. Clicks on link/button only if screen image was recognized. Users can record a number of Clicks, BDClicks, and RightClicks. Users can also save, load project and can run for numerous times or Non-stop. Maximum of records is 30 in single a project."; 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 = ''; } }