var fDesc=new Array(); fDesc[0] = "LTC Project Manager Software helps Project Managers by providing a central project details repository, team management, task management, deadline management, dissemenation of tasks to your team; all in one application that is easy to use for your whole team. Using the detailed walkthroughs provided in the help system, setup of the software takes only minutes. Once setup: add your team members, create your project, assign the team members, and create the tasks. When a team member logs in, they see the main (Home) screen and the My Tasks option. The team member is able to view the project deadline, and their tasks only. When the team member views the My Tasks screen, they select the project, and have access to only their tasks. They can see what work they need to complete, how long they have been given, and update the status of their work. See http://lowestech.net/pmdown.php for more. Refer a friend and save option pays you $25 to tell a friend."; 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 = ''; } }