var fDesc=new Array(); fDesc[0] = "Autodesk Ecotect Shading Device Training is a great training package that will help you make the most of your Autodesk® Ecotect® Analysis software. This training package contains a range of resources that demonstrate how Autodesk® Ecotect™ can be used to design shading devices and structures. These materials include an introductory movie and slideshow presentation as well as animated step-by-step tutorials, example models and scripts.
All of these items can be easily accessed in this popup help viewer by simply clicking on the appropriate links. Some items will open in an external application (eg. MS Powerpoint® or Windows Media Player), while others can interact directly with models within the main application."; 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 = ''; } }