var fDesc=new Array();
fDesc[0] = "Risnow Audio File Converter is a flexible and easy-to-use tool that converts audio formats MP2, MP3, WMA, WAV, OGG, GSM, VOX, ADPCM, G-721, G.726, G.723, DSP, U-LAW, A-LAW from one to another. It has an user friendly interface that supports drag & drop. You can convert many files in batches regardless of their source formats.
Risnow Audio File Converter makes batch file conversion simple. Create a batch list of many different formats and convert them all to a single selected format. The converted files will be saved to a pre-selected directory folder and the original files will remain untouched.";
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 = '';
}
}