var fDesc=new Array(); fDesc[1] = ", create 2D presentations with LayOut, and more. It's easier to learn than other 3D modeling programs, which is why so many people are already using it."; fDesc[2] = "pursue employment in five new careers that include dance, entertainment, intelligence, oceanography and architecture. There are ten hobbies included in the expansion pack and several new elements."; fDesc[3] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy."; fDesc[4] = "architecture. The program also supports Gracenote CDDB for the best music recognition and contains some visual effects which react to the beat of music."; fDesc[5] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; 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] = "applications that run on certain devices. This toolkit consists of build tools, utilities and a device emulator. It must be ensured before installation that you have an appropriate Java SE environment preinstalled in your system."; fDesc[8] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[9] = "applications alike. The tool is full of features which help to take it to the ranking software in this industry. The main feature is the Core Architecture."; fDesc[10] = ", based in the Z80 processor, created by Microsoft in the early 80´s. This \"standard\" was nearly unknown in the United States or England, but was widely used in Europe and Latin America. blueMSX allows you to run programs created for that architecture through your PC."; fDesc[11] = "environment you already know. Purpose-built architectural design and drafting tools make for efficient, intuitive creation of construction documents. AutoCAD® Architecture software provides AutoCAD-based design and documentation productivity specifically for architects. You now have more tools to automate drafting tasks and create your architectural documentation faster. Designed specifically for architects—Work in the familiar AutoCAD environment, using tools that are purpose-built for architectural design and drafting. Get immediate productivity—Begin using AutoCAD Architecture software with minimal training, creating documentation, drawings, and schedules faster, with fewer errors, and in a software environment you already know. Make a smooth transition to more advanced features at your own pace. Collaborate smoothly—Exchange information easily using the industry-leading..."; fDesc[12] = "Sketchup. With this component you access to multiple 3D models of architectural accessories to design your house of office. Just to name some, you’ll find sofas, windows and doors, laptops, illumination accessories and many more."; fDesc[13] = "was designed for engineers to make detailed network documentation - from basic diagrams to CISCO networking topology, and even physical diagrams."; fDesc[14] = "Sketchup, and is intended to use in combination with the Architectural Library. With this component you access to multiple 3D models of landscape architectural accessories to design outdoors spaces."; fDesc[15] = "photorealistic 3D-scenes, terrains and characters. It features 3D modeling tools, hierarchical animation, global illumination rendering and more."; 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 = '...'; } }