var fDesc=new Array(); fDesc[0] = "AtomBox Studio analyzer provides a structural representation of the QuickTime, MP4, Fragmented MP4, 3GPP, 3GPP2 and Flash Video containers file format. A tree-view presents the detailed atom and box structure of the file, showing the inner hierarchy and full parameter list of the atoms and boxes. A separate hexadecimal data preview is available, enabled for automatic file data positioning on tree-view atom/box selection. Along with the presentation capabilities, the program can perform multiple operations on the supported containers such as container validation, demultiplex, re-multiplex, atom extraction and merging, atoms and tracks enabling and disabling, etc."; 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 = ''; } }