var fDesc=new Array(); fDesc[0] = "The Morgan M-JPEG codec can compress and Playback Full Screen Video at more than 30 pictures by second without compromising quality, replacing common hardware solutions based on additional cards or dedicated chipset.

LSI M-JPEG codec features :

* Playback hardware LSI M-JPEG AVI files (TARGA 1000/2000 Series) without the specific hardware codec.
* Video Editing of LSI M-JPEG projects without the specific hardware codec.
* Software LSI M-JPEG AVI files can be played back by hardware codecs (TARGA 1000/2000 Series).
* Win9x, WinNT, Win2000, WinXP, Video for Windows, DirectShow compliant.
* Works with Ulead Media Studio, Adobe Premiere, Adobe After Effects, Discreet Edit*, Discreet Combustion, ... MMX, SSE, SSE2, 3DNow! and SMP heavily optimized.
* DirectDraw YUV accelarated overlay output supported (YUY2, UYVY, ...).
* LSI M-JPEG formats supported (TVMJ, FLJP)."; 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 = ''; } }