var fDesc=new Array();
fDesc[0] = "Joining audio converter, audio extractor, CD ripper and CD burner together, 4Media Audio Converter Pro may be the most comprehensive audio conversion solution right for music fans like you, with which you can convert between all popular audio formats (MP3, WMA, WAV, AAC, FLAC, OGG, APE), extract audio from video files in nearly all HD and SD formats, rip CDs to music files and burn music CD from different format audio files.
By applying audio effects (fade-in, fade-out, volume normalize, band pass, chorus, flanger, echo, speed), you can convert video/audio files or rip CDs to music files with particular effects you favor.
4Media Audio Converter Pro enables you to convert one audio track to multiple files in one go, clip audio segments you love, split audio files, and make more customizations with your outputted audio 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 = '';
}
}