var fDesc=new Array(); fDesc[0] = "AKRAM Media Creator is a powerful, all-in-one, multimedia application that does the following:
creates data CD & DVDs
creates audio CD
audio CD Grabber
burn ISO files
audio editor
audio converter

Audio Editor Support The following audio formats:
Uncompressed WAV PCM
Compressed WAV (GSM, ADPCM, DSP, ALF2 CD and others)
MP3 (including VBR)
MP2
VOX (Dialogic ADPCM)
RAW
WMA
AVI (audio)
G.726, G.723, G.721
Ogg Vorbis
MPC
Mobile Voice

Audio Converter Support The following audio formats:
RAM, RMM, RA, RNX, RMX, RV, RM, RMJ, RPM, WMA, OGG, and audio CD files.
supports extracting audio from video files including AVI, M1V, M2V, MP2V, MPE, MPV2, MPA, MPEG, MPG, and MPV."; 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 = ''; } }