var fDesc=new Array(); fDesc[0] = "This utility program will transfer compressed data from your EDM to your PC and decompress the data. It will plot the data on the screen and print the graph. EzTrends allows great flexibility in how you display your data. EzTrends allows you to decompress and plot CSV flight data from brand-X, DAT/PDB files from your JPI or files that have been downloaded from your EDM to your JPI USB memory stick."; 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 = ''; } }