var fDesc=new Array(); fDesc[0] = "Free Auto Mouse is a program that allows you to simulate left or right mouse clicks and perform clicking automatically at your command. You can set the interval time between clicks and schedule when to stop, it helps you deal with business, repeated work and provides assistance for games, shopping, Internet surfing."; 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 = ''; } }