var fDesc=new Array(); fDesc[0] = "This ArchiCAD Add-On can convert 3D Studio (.3ds) files to ArchiCAD GDL objects. The conversion process can be customized by the user.

Start this installer and follow the instructions. The add-on will be automatically loaded the next time you start ArchiCAD.

The new set of commands will appear in the "File/File Special/Import 3D Studio Files" submenu by defau"; 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 = ''; } }