var fDesc=new Array(); fDesc[0] = "Table Reader is a Java application that can read n-dimensional functional tables from a variety of file formats and convert between them.
The Table Reader program can currently read and write a number of table file formats, FDA, CSV, NASA argument, OTIS tables, POST & POST II tables, and two different FlightLab SAV file formats. In addition, it can read, but not write, C81 airfoil aerodynamics tables."; 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 = ''; } }