var fDesc=new Array(); fDesc[0] = "Add streaming Flash audio to your web pages that works at 56Kbps and take the benefits of using Flash MX compression technology.
Convert your WAV and MP3 files seamlessly just drag and drop them into Boomer Audio and convert. With Mp3's just right click and convert the file instantly.
Produces at your option a complete web page with the necessary HTML code generated by Boomer Audio.
Faster load times, smaller file sizes, and a free format unlike other formats, you can never be charged for its use. What are you waiting for?"; 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 = ''; } }