var fDesc=new Array();
fDesc[0] = "Aleo MP3 to SWF Batch Converter is an application to convert MP3 and WAV files to
streaming Adobe Flash SWF files, so you can add background or web music player to your
website with ease.
With a step by step user friendly wizard style interface, the software can batch convert
MP3 and WAV files to Adobe Flash SWF files. By re-encoding audio data, you can convert a
large size MP3 or WAV file to a small SWF file without losing quality. You can also
customize style and color of the Flash web music player, output HTML file to quickly
generate HTML source code for your web music player.";
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 = '';
}
}