var fDesc=new Array(); fDesc[0] = "Broadcast Power is an advanced radio automation software that will impress you with its feature list. This program can be used by radio stations, DJ's, broadcasters, shops, offices, hospitals, bars, pubs, night clubs, events and many others. You can use Broadcast Power to program and automate all on-air broadcasts. It is a complete on-air and post production solution for commercial, community and Internet radio stations. Now with streaming capabilities to ShoutCAST and OddCAST servers, when using the streaming plugin."; 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 = ''; } }