var fDesc=new Array(); fDesc[0] = "TurboSite plug-in for Autodesk® AutoCAD® provides a round-trip workflow solution when using the TurboSite mobile app in the field with your AutoCAD drawing files. Use TurboSite for iOS to add notes, markups, pictures, audio, and even video with your AutoCAD drawing as you document your job site visit. Use this TurboSite plug-in to view this rich data (TurboApps .TAP file) directly in your AutoCAD design 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 = ''; } }