var fDesc=new Array(); fDesc[0] = "WinTask is a task scheduler and automation tool for Windows users that allows you to create macros by recording your keystrokes, selections, Windows and Web actions, etc. You can use it to launch a terminal emulation package, type user ID and password, navigate through the host screens, pick up data in different screens and paste them back on your PC, and perform other operations."; 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 = ''; } }