var fDesc=new Array(); fDesc[0] = "HexInsight is a professional hex and structure editor for viewing and editing binary files. In addition to a flexible and fast hex/binary editor, it also has a built-in powerful scripting engine which is used to run the scripts that can parse complex binary files into hierarchical structures to let you explore the internals of binary files and edit them.

Main features:

- zip/7z, PE/ELF/Java class files;
- bmp/ico/GIF/png/jpeg file;
- wave/midi/mp3/ogg/avi/flv/mkv/mp4/mov/asf/rmff files;
- dvd and blu-ray navigation files;
- mpeg PS and mpeg2 bitstream files."; 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 = ''; } }