var fDesc=new Array(); fDesc[0] = "With Radio Pro, you can get a live broadcast running from scratch within 5 minutes. The services include stream hosting that integrates seamlessly with the software. Want to get that professional FM radio sound? Now you can, due to audio processing that rivals expensive hardware. Without lag, thanks to ASIO.

Automatically creates a web player for your stream, which you can share with your listeners or embed on your website. Additionally, it's easy to listen to your stream on mobile"; 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 = ''; } }