var fDesc=new Array(); fDesc[0] = "Autodesk® Maya® 3D animation software delivers a comprehensive creative feature set with tools for animation, modeling, simulation, rendering, matchmoving, and compositing on a highly extensible production platform. Autodesk® Maya® 2013 software delivers practical toolsets to help create and maintain the modern, open pipelines you need to address today’s challenging 3D animation, visual effects, game development, and post production projects. Powerful new toolsets for dynamic simulation, animation, and rendering offer new levels of creativity, while everyday productivity enhancements help you finish faster. In addition, the Open Data initiative introduced in Maya 2013 offers tools to help facilitate parallel workflows and better complexity handling."; 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 = ''; } }