var fDesc=new Array(); fDesc[0] = "Added support for very long headers in the new CN NT typfiles.
- Some bugs fixed and a try of syntax Highlighting.
- Also added the possibility to write commentaries in the typfiles, commentaries that Mapsource and the GPS don't handle but that can be read by TYPViewer, you can write what you want - it is interesting for annotating of typfiles."; 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 = ''; } }