var fDesc=new Array(); fDesc[0] = "AlomWare Actions is a professional app launcher and system automator. Record your keystrokes and mouse activity as macros for later playback, so you can perform boring or repetitive tasks with zero effort. Examples are logging into websites, typing your email address and other regular text, and interacting with windows by clicking their buttons and changing their controls."; 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 = ''; } }