var fDesc=new Array(); fDesc[0] = "AllKeys is keyboard-based macro recording software that offers: 1)Macro Engine. Allows you to turn repetitive tasks into simple shortcut keys. Includes macro recording functions and user-friendly macro editor 2)Keyboard Based Mousing. Using the mouse box, you can do all the major mouse actions with keyboard commands only. 3)Work and Break Timer. Lets you set your own break schedule and tracks work time, key presses, and mouse use."; 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 = ''; } }