var fDesc=new Array(); fDesc[0] = "Task Track Analyst organizes tasks in hierarchical order and keeps track of time spent in real-time. Innovative "FilterTab" lets you define task filters and display them in another task list tab. Assign resources to tasks and work periods and they show up in the Active list automatically. Total worklog by task or date by just a mouse click without tedious reporting process."; 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 = ''; } }