var fDesc=new Array(); fDesc[0] = "The Autodesk desktop app is a companion app to Microsoft Windows-based Autodesk products. The program keeps Autodesk Subscription customers informed of product updates, new releases, new features, and special subscriber-only learning and training materials, as they become available. Also, the app delivers and applies critical security patches for all 2015 Autodesk products onwards."; 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 = ''; } }