var fDesc=new Array(); fDesc[0] = "Once the computer is turned on and Windows is loaded ACTION Process Automator can be started from the Start-Up Group or set as a Service. From this moment ACTION takes charge over predetermined tasks, triggering them whenever they are scheduled to occur. The use of ACTION is quite simple. It is loaded to the system tray and once the icon appears ACTION is in business. Just double click the icon to add, edit or view actions."; 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 = ''; } }