var fDesc=new Array(); fDesc[0] = "This app lets you convert video/audio to frequently-used audio formats like MP3, M4A, AAC, WAV, WMA, FALC and more and extract audio files from SD/HD videos without any quality loss.

Aiseesoft Audio Converter provides an easy way to edit audio file. You can combine and join multiple audio pieces together - just select audios you want to join and click the "Merge" button. Also, you are allowed to cut any clip from the original audio/video. Set the "Start Time" and "End Time" of the clip or just drag the slide bar to the accurate position."; 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 = ''; } }