var fDesc=new Array(); fDesc[0] = "Drawing Porter is a batch print and export tool for Autodesk Inventor 2013 to 2015. It is assembly focussed/based and determines which drawings and parts are relevant based on the single assembly file you select. If you select your GA, for instance, the app will automatically know which parts and drawings form part of that design. Batch print or export your drawings and/or models to various formats including PDF, DWG, SAT and STEP."; 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 = ''; } }