var fDesc=new Array(); fDesc[0] = "DivXMuxGUI is a Graphical User Interface for the command line orientated DivXMux.exe from the DivX Media Tools. It muxes (combines) video, audio and subtitle streams into one DivX Media file.
Additionally it offers you the possibility to mux your original mpeg audio into the DivX file, without having to convert it to mp3, even if it isn't AC3. Or you could mix AC3 and mp3 tracks."; 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 = ''; } }