var fDesc=new Array(); fDesc[0] = "OtsAV Radio allows Webcasters, Broadcasters, Solution Providers, and Businesses to broadcast with quality automated mixing, dynamics processing, and scheduling. Three editions are available - Webcaster, Narrowcaster and Broadcaster. Features include automated beat-mixing, intelligent fade-mixing, integrated Dynamics Processor, accurate to-the-second daypart scheduling, SHOUTcast and compatible plugin support, volume management, manual override, powerful media library system, instant response controls, remote access control server, tempo/pitch/direction deck controls, save as wave, cueing, CSV exporting and logging, and much more."; 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 = ''; } }