var fDesc=new Array(); fDesc[0] = "The Okino OpenFlight geometry export converter writes out fully compliant OpenFlight .flt binary files, complete with all geometry, hierarchy information, material, lights, "flip book" animation and texture mapping attributes. A file exported to OpenFlight should appear almost exactly as whence the file originated (little or no tweaking should have to be done). The Okino OpenFlight import/export converters have been purchased by a large majority of the military and VisSim markets for well over a decade and hence have become an industry staple for OpenFlight export (and import). These have always been in our top 3 most popular and requested set of Okino converters since the mid-90's. As such, they are extremely stable and robust."; 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 = ''; } }