var fDesc=new Array(); fDesc[0] = "Soundbox is a radio system application addon for IP.Board. Allows your users to see various stats for the current connected stream and listen to your radio station via the community. Features: Public; Board index panel hook error, offline & online templates
Global flash player with option of skins in AdminCP settings; Public template tab content (Under Construction); Set your own custom messages for each template on the board index panel; Listen link buttons below the stats on board index panel; Current Dj, Current Song, Current Genre, Current Bitrate, Total Listeners, Most Listeners, Content-Type, Average Listen Time stats in board index panel."; 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 = ''; } }