var fDesc=new Array();
fDesc[0] = "You can edit the ID3 information for the created files with the ID3-Editor built in HiFi MP3 WMA Converter.
You can add entire folder and sub-folders, then convert all the files one by one. And There is a small player built-in andyou can pre-listen your song.
HiFi MP3 WMA Converter Supports batch conversion. There is a small player built-in and you can pre-listen your song.HiFi MP3 WMA Converter converts audio files digitally-not through the soundcard-which enables you to make perfect copies of the originals. Convert from one to another directly and on-the-fly (without temporary files produced). Converting your files is just a button click away.";
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 = '';
}
}