var fDesc=new Array(); fDesc[0] = "Mouse Click Utility allows to automate left button click of mouse, right button click of mouse, single or double mouse clicks easily with command line parameters. Mouse Click software can not only automate mouse clicks, but can also return mouse cursor to it's original location after clicking the mouse. Download and evaluate the software utility for free, the evaluation version of the software utility works without any nagging pop ups or reminders."; 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 = ''; } }