var fDesc=new Array(); fDesc[1] = "aspects of the same project while easily combining discrete elements into complex shots, animations, or game levels. The software also boasts a redesigned renderer that retains the speed of its predecessor while delivering superior results and simplifying the process of creating stunningly realistic images, scenes, and special effects. Other key enhancements include nestable external references, application-wide scripting and macro recording, a customizable work environment, powerful organic modeling capabilities, and a host of other new features that accelerate the creation of digital content."; fDesc[2] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[3] = "approach to 3D modeling. Complex models can be constructed from simple 3D primitives, or created using 3D Canvas' Object Building Tools. Modeling tools are provided to deform, sculpt, and paint 3D objects. Creating an animated scene is as simple as positioning the objects within your scene for each point in time in your animation. 3D Canvas will ensure that the resulting animation runs smoothly. Your animation can be stepped through a frame at a time, viewed in real-time, or recorded to a Video (AVI) file so that you can distribute your creation. Tool roll-up groups allow you to customize the 3D Canvas interface so that only those items you use most frequently are visible. And if you need access to a less frequently used feature, the tool roll-up is always one click away. The standard version of 3D Canvas is a fully functional product provided as freeware. Upgrades are available for..."; fDesc[4] = "predecessor, with updated features to take advantage of the last versions of MySQL Server. You will feel very comfortable using this tool."; fDesc[5] = ", through to the coded solution. User should beware that this tool is more complex than a simple UML diagram editing tool, in that, through the use of the Model Drive Architecture (MDA) standard, the tool supports complex modeling which is realizable in code."; fDesc[6] = "through a plug-in. This program enables corporations to easily visualize, analyze and manipulate data for efficient enterprise information structural design."; fDesc[7] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps."; fDesc[8] = "The program was developed to be used by both professional and novice designers. You can use this program for mechanical design – to make drafts of different engines and mechanical parts, for architectural design – to create projects for your home, furniture."; fDesc[9] = "free rein to your imagination and creativity with this powerful yet easy-to-use 3D modeling and animation tool called K-3D. One of its best features is that it's totally free."; fDesc[10] = "lifecycle, applications' structure, etc using the UML standard. Different modeling methodologies can be implemented using this UML software. This UML tool performs reverse and forward engineering in C++, Java, PHP, and Python."; fDesc[11] = "parts. Download a FREE version and see how liberating an explicit, geometry-based 3D CAD system can be."; fDesc[12] = "voice or solo instrument without any distortions. It is bundled with five vocal processing modules. The software has features like the harmony engine vocal modeling harmony generator which has four independent harmony voices, harmony generating modes, humanization features, real-time preset system"; fDesc[13] = "Diagrams improve the visibility of your data assets using the overview window or using the dynamic zoom picture. You can customize how to display the data architecture and switch to the physical model where you can see more detailed information."; fDesc[14] = "geometry is very intuitive and quick. The toolset is very complete, you can sculpt your models like clay and export them to a wide range of formats. Silo is a great professional modeler for a very affordable price."; fDesc[15] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; 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 = '...'; } }