var fDesc=new Array();
fDesc[0] = "YoiovSoft Free WMA MP3 Converter is a free audio converter that supports a variety of audio formats. It can convert WMA to MP3, MP3 to WAV, WAV to WMA, WMA to OGG, OGG to WMA, WMA to AAC, etc.
It supports batch conversion, allowing you to convert a number of audio files simultaneously. You can keep the source audio information after converting. Also, you can edit the audio file information like title name, artist, album, year, genre and so on. Additionally, it includes a built-in player so you can pre-listen to your songs.";
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 = '';
}
}