var fDesc=new Array();
fDesc[0] = "SWF FLV to MP3 Converter converts SWF (Adobe Flash Movie File) and FLV (Flash Video) into MP3 and WAV formats.
SWF is currently the dominant format for displaying animated vector graphics, text, video, and sound on the web. SWF FLV to MP3 Converter software converts any version SWF files into MP3 and WAV formats. A SWF file may contains one or more sound elements.";
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 = '';
}
}