var fDesc=new Array(); fDesc[0] = "SimLab SketchUp exporter for 3ds Max is a plugin that allows users to export 3ds Max models as SketchUp files (*.skp) readable by SketchUp 7and 8. 3ds Max designers can now make their desings viewable by exporting their models into SketchUp. The plugin is supported on 3ds Max / 3ds Max Design 2010-2013 (32 and 64bit), and on 3ds Max / 3ds Max Design 2014, 2015, and 2016 (64bit)."; 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 = ''; } }