var fDesc=new Array(); fDesc[0] = "ModelConverterX is primarily a tool that allows you to convert objects between different formats. The main formats supported are:

- SCASM code/API (read)
- FS2004 and FSX MDL file (read/write)
- FS2004 and FSX BGL file (read/write)
- X file (read/write)
- COLLADA and KMZ file (read)
- X-Plane OBJ (read)
- FlightGear AC3D (read/write)
- FSDS FSC (read)
- 3DS (write)
- Wavefront OBJ (read/write)"; 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 = ''; } }