var fDesc=new Array(); fDesc[0] = "Akram Audio Converter lets you convert between Audio files. The program also supports extracting audio from Real video files.

1. Convert RAM, RMVB, RA, RM, RMJ to WAV, MP3, OGG or WMA files.
2. Convert WAV,MP3,OGG,WMA files To Real Audio files (RM).
3. Convert WAV, MP3, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AU or 3GP files to WAV, MP3, MP2, ACM, AC3, MP4, AAC, VOX or AMR.
4. Ripping audio CD tracks to WAV, MP3, WMA, AMR, and OGG files."; 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 = ''; } }