var fDesc=new Array(); fDesc[0] = "X-TrackAmaze is a superb and effortless tool for simple project management. The program easily surpasses the array of templates, forms and shells people typically use to track routine multi-step tasks and projects.

An amazingly simple task management and mini-project management tool that helps keep track of your tasks and projects with such simplicity that you may suddenly find too much time on hand.

You can experience productivity improvement with one of the friendliest management tools."; 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 = ''; } }