var fDesc=new Array(); fDesc[0] = "Xilisoft Audio Maker is the answer to all your audio concerns. Convert audios into different formats, rip music, create different audio formats and burn music to CD.

Audio Converter - Convert among popular audio formats like MP3, M4A, WAV, WMA, MP2, OGG, AAC, AC3, APE, FLAC, and AU.

Video Converter - Formats supported: AVI, MPEG, WMV, ASF, MOV, MP4, 3GP, 3G2, RM, H.264/AVC, and M4V.

CD to MP3 Ripper – Extract music from CD and rip to MP3, M4A, WAV, WMA, MP2, OGG, AAC, AC3, APE, FLAC, and AU.

Burn Audio CD – All popular audio formats supported (AVI, MPEG, WMV, MP4, 3GP, ASF, MOV, RM, MP2, MP3, WMA, WAV, AU, M4A, RA, OGG, and AC3).

Convert among popular video and audio formats
CD Ripper – extract music from CD and convert to MP3
CD Burner – burn audio or MP3 files to CD"; 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 = ''; } }