var fDesc=new Array(); fDesc[0] = "The basic broadcast mode is one of the broadcasting modes available to broadcasters on Live365. It allows users to upload their tracks and setup a playlist on their Live365 account.
This allows broadcasters to setup a playlist and let it run while not having to actively monitor their feed 24/7.
Studio365 is provided for free for Live365 broadcasters. This program allows Live365 broadcasters to upload their tracks and manage their playlists in one location. Also, you can cue up your playlists directly from this tool, so you don’t have to go through our website to get your
station on-air."; 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 = ''; } }