var fDesc=new Array(); fDesc[0] = "AMR Player is one freeware to let you can play the AMR audio files on your PC, and support to convert common multimedia file formats ( such as MP3 or WAV) to audio AMR/AWB format, or output AMR audio files to MP3/WAV audio format.

The usage of AMR Player is very simple, click "Add Files" button of the main interface, select the one ".amr" file, then click "Play" button, AMR Player can decode the AMR audio file, then play the audio/music for you. If you want to convert AMR to MP3 format, just select one AMR files that you had added, click "AMR to MP3", input one MP3 file name, the free program can convert your AMR files at once, both MP3 and WAV are popular audio formats."; 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 = ''; } }