var fDesc=new Array(); fDesc[1] = "drawings and three-dimensional designs, for example, architectural drawings, electrical schematics, and mechanical drawings. It's a great alternative of AutoCAD."; fDesc[2] = "and manage, your users will love having access to those hard to understand terms."; fDesc[3] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[4] = "manufacturing—purpos e-builtAutoCAD® Mechanical software is AutoCAD® for manufacturing—purpos e-built to accelerate the mechanical design process while preserving the AutoCAD user experience. With comprehensive libraries of standards-based parts and tools for automating common design tasks, it offers significant productivity gains over basic AutoCAD software and saves countless hours of design time. Features Standards-Based Drafting & Part Libraries Produce accurate designs with a comprehensive set of standards-based components. AutoCAD Mechanical supports libraries of more than 700,000 standard parts. Machinery Generators & Calculators AutoCAD Mechanical software accelerates the design process and improves accuracy with a comprehensive collection of automated machinery generators and calculators that enable users to instantly create and analyze a wide variety of common components. Data Management & Reporting..."; fDesc[5] = "mechanical obstacles such as seesaws, suspension bridges, pendulums etc. You must overcome them to reach to the end of each level without dropping the ball."; fDesc[6] = "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[8] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[9] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools."; fDesc[10] = "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[11] = "several technical maps and drawings from raster to vector formats. Using this program, you will be able to scan a paper drawing and then represented in a vector format that can be imported to a drawing program."; fDesc[12] = "electronic collection of engineering utilities that can be used to solve, in an efficient and fast manner, a large variety of normally encountered engineering problems."; fDesc[13] = "Considering its features, it has got a nice interface, easy to use. People who were using matlab might find this a bit confusing to use. But this software is really easy to learn and use."; fDesc[14] = "very rich in its contents. Many important mechanical engineering problems are described in it. It is really easy to understand and study even for a beginner in the subject. This is its main plus point."; fDesc[15] = "for mechanical engineering design. Thanks to its high performance, powerful tools and ease of use, VariCAD represents a high value investment for a designer. The system is sold \"fully loaded\" and complete with all its features and functions for one low price. No other product of this kind can offer this superb value to the customer."; 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 = '...'; } }