var fDesc=new Array(); fDesc[1] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[2] = "Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms. The application itself includes an image editor to help user on including the help file to the developed and compiled program."; fDesc[3] = "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[4] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner."; fDesc[5] = "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[6] = "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[7] = "represents the complete structure of a project or plan by forming a chart that shows how they will be implemented. By using WBS Chart the projects can easy be understood by the individuals as it presents everything in a very simplified manner."; fDesc[8] = "you can open, export and print Microsoft projects stored in MPT, MPP, XML and database format. It also allows you to view the project data in various forms like Gannt Diagram, Resource Sheet, Resource Usage and Task Usage."; fDesc[9] = "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[10] = "requiring Microsoft Project. Steelray is the world's first project navigator and first project search engine."; fDesc[11] = "teams should view and share the information from the project management"; fDesc[12] = "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[13] = ", which enables you to read and write the Coptic language on any word processor or website that utilizes these fonts. The fonts support the Coptic letters, numerals, over and under lines, abbreviations, mathematical marks and punctuations symbols."; 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] = "files , Microsoft Project XML files or Microsoft Project Database format (Access, SQL Server, Oracle) without requiring MS Project."; 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 = '...'; } }