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] = "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[3] = "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[4] = ", 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[5] = "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[6] = "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[7] = "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[8] = "was designed for engineers to make detailed network documentation - from basic diagrams to CISCO networking topology, and even physical diagrams."; fDesc[10] = "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[11] = "photorealistic 3D-scenes, terrains and characters. It features 3D modeling tools, hierarchical animation, global illumination rendering and more."; fDesc[13] = "EventStudio, users model the system in a text based modeling language. EventStudio generates sequence diagrams from the model."; fDesc[14] = "activity such as created or terminated processes, boots etc."; 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 = '...'; } }