var fDesc=new Array(); fDesc[0] = "Autodesk Learning Assistance™ delivers the information you need to master new techniques and increase productivity. Each lesson takes less than five minutes to view and includes a Try It mode to practice what you learn.
It follows many familiar browsing and viewing standards to make it easy to use. View the following lessons to learn how to take advantage of the wealth of information available through this program."; 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 = ''; } }