var fDesc=new Array(); fDesc[0] = "Anasoft Helena is a productivity enhancing tool pack including Anasoft Autowork and Anasoft Scheduler. Autowork is a system level instruction engine, or you can call it an extended macro tool. You can use it to perform streams of user actions and system operations automatically and in a controllable way. It can also be used to schedule the running of Autowork macros. These two tools can work together to help you complete tedious repetitive jobs in your work or life automatically and achieve goals you cannot imagine without them."; 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 = ''; } }