var fDesc=new Array(); fDesc[0] = "MPEG-4 is a high quality video compression algorithm and is suited for all types of applications with different ranges of bit rates. In addition to ISO (MP4) files, MPEG-4 compressed video data can be stored inside AVI or OGG files with the option of saving the file with or without the audio data.

LEADTOOLS MPEG-4 video codec is a multimedia compressor / decompressor that registers into the Windows® collection of multimedia drivers and integrates with any application using DirectShow. Existing video software, such as Windows® Media Player® and Ulead Media Studio®, can utilize this codec to play, create and edit industry standard (ISO/IEC 14496-2) MPEG-4 streams."; 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 = ''; } }