var fDesc=new Array(); fDesc[0] = "Free Mouse Auto Clicker is a software that can free you from repeat mouse click work.
It's simple but enough for normal use. It features a simple and easy to use interface, it supports left \ right mouse button and single \ double click, also supports start hotkey and stop hotkey."; 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 = ''; } }