var fDesc=new Array(); fDesc[0] = "ProjectTrack is a comprehensive project management tool that helps you manage and execute projects of all sizes. You can manage your documents, organize all related information and collaborate with team members.

ProjectTrack is not a replacement for tools like MS Project, but a complement. ProjectTrack does everything you wish MS Project would do.

Main features:
-All Company details
- Associated Documents
- People/Contacts/Resources
- Projects
- Departments
- Initiatives
- Locations
- People Skills
- Programs
- Assets
- Schedule
- All Project Details
- Associated Documents
- Assigned People/Resources to projects
- Action Items
- Milestones
- Project Journal
- Issue management and resolution
- Change Management
- Risk Management
- Mitigation Plan and Steps for Risk
- Meetings
- Agenda and Decision tracking for Meetings
- Teams
- Assigned Assets to projects
- Decisions
- Schedule
- Print Preview
- Detail Reports
- Grid Reports
- Report Customization
- Inclusion of logo and background in Reports
- Report Saving to PDF (Acrobat)
- Report Saving to MS Word (as RTF)
- Report Saving to MS Excel
- Report Saving to HTML
- Report Saving to XML
- Report Saving to Text (TXT)
- Report Saving to Image (JPG)
- E-mail Templates with variables
- Directly E-mail People
- Directly E-mail Teams
- User Management
- Meeting Agenda templates
- Application access secured with User ID and Password
- Password Recovery via secret question and answer
- Multi-User
- Ability to create group of users
- Security access levels for users and groups
- Ability to work disconnected from the server database
- Automatic data recovery
- Automatic database clean up
- Automatic data backup
- Backup Restore
- Multi-User
- DB Utils program to compress and export database
- Works with Microsoft SQL Server (2000, 2005 & 2008)
- Assign documents to any type of Item
- Drag and Drop documents from anywhere
- Storage of documents as links
- Email documents to a group of people
- Storage of documents in the database
- Email documents to a team
- Advanced Document Search
- Advanced Document Filtering
- Ability to save documents stored in the database"; 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 = ''; } }