var fDesc=new Array(); fDesc[0] = "The GX::Transcoder - a flexible audio converter used to convert in a batch mode between many audio formats.

The GX::Transcoder in it's standard version is able to en- and decode MP1, MP3, MP2, MPC, OGG Vorbis, PCM up to 7.1 Channel, G.721, G.723, G.726, G.729, ADPCM, GSM, VOX, DSP and RAW files as well as decoding QuickTime MOV and QT files. There are also add-ins available to handle AAC, LA, LPAC, WMA, TTA, OptimFrog, WavPack, FLAC, rkAudio and Shorten."; 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 = ''; } }