var fDesc=new Array(); fDesc[0] = "MPEG Layer III Audio Encoder

Elecard MPEG Layer III Audio Encoder provides software-only MPEG Layer III audio encoding solution.

It is implemented as a Microsoft® DirectShow® filter and could be easily incorporated into your capture and network streaming applications.

This a development release, it can crash without warning, has memory leaks and can spoil your display (with movies you never wanted to see), and many things more - but it will not work as expected.

Main features:

- DirectShow® interface

- Property pages

- Open Source (GNU GPL)."; 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 = ''; } }