var fDesc=new Array(); fDesc[0] = "RayV-MIM acts a a viewer and allows you to view protected content.

RayV Broadcaster is a unique combination of a friendly UI and flow with a robust software based media server and encoder that allows you to create and broadcast on the fly live and linear TV channels at HD quality.

From taking in nearly every possible form of video and audio source, to the creation of playlists, and live switching between sources, the RayV Broadcaster is a sophisticated software based broadcasting control room. Use it to broadcast live events, live channels, create new channels, time and place shift your content, record and instantly publish it. Simply put, the RayV Broadcaster is the "new truck"."; 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 = ''; } }