var fDesc=new Array(); fDesc[1] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized."; fDesc[2] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call."; fDesc[3] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program."; fDesc[4] = "can be an excellent good replacement for Notepad and it also offers many powerful features for programming languages such as HTML, C/C++, Perl and Java."; fDesc[5] = "management of projects. The GUI is friendly and easy to use. The installation process is very easy to perform and it requires Java 5 minimum or Java 6 recommended. OpenProj works on Linux, Unix, Mac or Windows platforms, and it's free."; fDesc[6] = "modern enterprise of today. It allows you set up program designs, scheduling, time management, and others. The program also supports a wide range of functions including tasks allocation back and forth, milestones analysis, and estimated time for completion of a solution."; fDesc[7] = "to streamline daily work and to increase competitive edge with intelligent approach to organization of information flow in business processes."; fDesc[8] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool."; fDesc[9] = "collaborating projects. It works on Microsoft Project ® files (MPP files), and is designed with impeccable capabilities, such as instant sharing of documents, project plans and information in a group."; fDesc[10] = "of projects in your organization. Generate various reports to share information about the current state of your project."; fDesc[11] = "creating, editing and deleting tasks. Its GUI is easy and friendly to use. Its installation is easy to perform and some components must be selected during the process. GanttProject is an open source program that runs in any platform (Windows, Linux, Mac OSX, etc)."; fDesc[12] = "Teaching-you Project Management Skills is the perfect aid to ensure you complete your projects on time within the budget and that its performance can be monitored and reviewed over time."; fDesc[13] = "making the decisions, and doesn’t require a lot of collaboration of multiple managers, team members or a CEO. The software is very good for doing basic project planning and organization."; fDesc[14] = "a project management software works on window platform and it can be used to create PERT charts. PERT Charts are also known by some other names like Network charts, Precedence Diagrams, Logic Diagrams etc."; fDesc[15] = "for collecting time expenses, reporting and invoicing. Free support is available!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }