var fDesc=new Array(); fDesc[0] = "Autodesk® Factory Design Suite Ultimate 2012 is an advanced factory layout and equipment design solution that helps machine and equipment builders, system integrators, and manufacturers better design, optimize, and visualize factory layouts and factory equipment in one economical and convenient purchase.

It contains everything in the Premium edition, plus:
Interference checking—Detect space constraints and equipment collision early in the design process with Autodesk® Navisworks® Manage software.
Motion simulation and stress analysis—Predict how your equipment will work under real-world conditions with Autodesk® Inventor® Professional software.
Automated tools for designing routed systems—Use Inventor Professional to reduce errors and save time with automated tube and pipe runs and electrical cable and harness design."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }