var fDesc=new Array(); fDesc[1] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[2] = "Eclipse. With over 1,360,000 downloads to date, thousands of developers a day are discovering why Aptana Studio is now the leading choice of web professionals everywhere."; fDesc[3] = "through a plug-in. This program enables corporations to easily visualize, analyze and manipulate data for efficient enterprise information structural design."; fDesc[4] = "experience by delivering a Java EE/J2EE, database, RAD, UML, POJOs, Web 2.0/AJAX, and rich-client development environment."; fDesc[5] = "the crowd of similar games: it has zooming and scrolling scenes. As you may imagine, this option enlarges the searching area thus making the task of finding objects more entertaining."; fDesc[6] = "Application developers. It stands out in the crowd of other IDEs and PHP editors as it has the most powerful and useful plugins and developers tools which are always helpful in developing present day web applications rapidly and effectively."; fDesc[7] = "most complete IDEs of the market: with ZendStudio you can improve your skills and enhance your productivity in every stages of your PHP project."; fDesc[8] = "providing connectivity to Subversion. This is the core of the Eclipse platform. It includes the user interface framework and widgetry (called SWT - Standard Widget Toolkit), the skeleton of the Eclipse application ."; fDesc[10] = "java code, without any additional downloads. All the plugins and necessary java development tools – all are integrated in this prepackaged software. In order to start developing Java code with Eclipse, all you need is EasyEclipse Expert Edition."; fDesc[11] = "all the necessary plugins, tools and essential utilities you need to start developing Desktop GUI Java application code, without any additional downloads. It contains upgraded and changed composition of tools which has made it an easy-to-start programming package."; fDesc[12] = "JavaServer Pages, EJBs and Web Services. It contains all the necessary plugins, tools and essential utilities you need to start developing server side Java application code, without any additional downloads."; fDesc[13] = "to convert between dates in the Gregorian and Julian calendars and dates in four lunar calendars."; fDesc[14] = "modeling platform, Enterprise Architect. Sparx brings the power and innovation of their team-based modeling environment to the Eclipse developer, with full support for UML 2.x and a wealth of advanced features to enhance productivity. --- Enterprise Architect is a multi-user, project oriented tool for designing robust, object-oriented software systems using UML constructs. It is feature rich, fast and easy to use. Most of all, its affordable! Enterprise Architect features: * UML based modeling * Use Case diagrams and models * Activity diagrams * Sequence diagrams * State charts * Class and object diagrams * Component diagrams * Deployment diagrams * Custom extensions * Forward and Reverse code engineering * Data Modelling * Supporting the Use Case, Logical, Dynamic and Physical models * Extensions for process modeling, robustness diagrams, user interface design and more * Flexible and..."; fDesc[15] = "powerful Transitions, Active Media Eclipse v.4 gives you the power to create stunning Screen Savers using your own images and sounds."; 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 = '...'; } }