var fDesc=new Array(); fDesc[0] = "AVInaptic is a program with a simple GUI (GTK 2) that analyzes file type AVI, ASF / WMV, MP4/MOV, Matroska (MKV), OGG, OGM, FLV, and shows a lot of information on technical features (useful for predicting if the movie will be read by their player stand-alone). It also allows you to make simple changes on the fly, how to set delays (or advances) on all audio tracks and change the FourCC; allows you to remove any trace in the file (video, audio, subtitles, attachments); user request , can perform the analysis of the DRF, ie a complete analysis of the quantization parameters used in encoding MPEG-4 ASP and AVC (H.264), and finally allows you to make simple changes to subtitle "srt" to improve the compatibility with standalone readers."; 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 = ''; } }