var fDesc=new Array();
fDesc[0] = "X2X Free Audio Converter is an easy-to-use tool with intuitive interface and perceptible buttons to convert video to audio for free. With this free audio converter, you can input almost all the prevalent video formats such as AVI, MPG, MPEG, MP4, WMV, ASF, MOV, QT, 3GP, 3G2, AMV, RM, RMVB, ASF and FLV and convert to MP3, AAC, WMA, or OGG.
X2X Free Audio Converter can also convert any other audio to MP3, AAC, WAV, WMA, or OGG format. You can input all the popular audio formats such as WMA, MP3, OGG Vorbis, APE, FLAC, MP4, M4A, M4B, AAC, AC3, RA, RM, VQF, WAV etc. and convert to MP3, convert to AAC, convert to WMA, and convert to OGG.
X2X Free Audio Converter is an excellent audio tool to help you extract audio from video and save the files in MP3, AAC,WMA, or OGG format to your own choice.";
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 = '';
}
}