var fDesc=new Array(); fDesc[0] = "Silent 3ditor is a tool that allows modders to make changes to game content and game play. It's very easy interface, dozens of unique features, and support for a wide variety of files make S3D a must-have for every modder.

Main Features:
- DAT/SIM/ZON/VAL/CAM/DSD/ANM file support.
- SDL file support
- OFF file support (font character files)
- Integrated 3D model viewer, for entire DAT-file.
- Integrated 3D zones editor for editting and viewing the damage and collision model.
- Animation preview of 3D mesh animations.
- Damage/collision model editor.
- Import/export of models with the OBJ-format (WaveFront).
- Import/export of tga's, dds's.
- Import/export of a raw chunk. Can be used to move chunks over to other files.
- Import/export of mesh animations.
- Import/export of texture animations.
- Export of models to COLLADA format (v1.4.1)."; 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 = ''; } }