var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "First at all you need a cable to make your connection, it depends what kind of model you are working with. Visit the Nokia web site and find your compability driver!."; fDesc[3] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband."; fDesc[4] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[6] = ", 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[7] = "models from a huge list. yYu can draw your own model skeletons, assigning/creating new materials (like textures), and visualize them in four separate view panels, each one with his own display configuration and settings."; fDesc[8] = "parameters in order to create models that fit your needs. If you have a photo, you can import it to the program, and a few minutes later you will get your rendered 3D version."; fDesc[9] = "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[10] = "to design paper craft models from 3D data. This free viewer shows you both the 3-dimensional finished model and each of the 2D parts you need to assemble the whole project. With this tool, you can print out all the necessary sheets containing all the pieces you need to build your model."; fDesc[11] = "viewing options to analyze if the models need changes or not. It is a time saver tool. The problem is that it doesn't support the newer texture versions."; fDesc[12] = "files. Jed's version also adds a couple new features as well as support for the new texture rules implemented in HL. This is a great tool for any mod developer."; fDesc[13] = "working with CB Model Pro is like if you would be sculpting those objects in a soft material mass. With traditional image editing programs, create those types of objects is sometimes really difficult and takes a lot of time, but with this application, create 3D stunning pictures is a piece of cake."; fDesc[14] = "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."; fDesc[15] = "stunning 3D. No other software makes it as easy to create your own highly detailed tracks, stations, tunnels, towns, roads, level crossings and scenery. Ideal for railway enthusiasts of all ages, the only limit is your imagination."; 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 = '...'; } }