var fDesc=new Array(); fDesc[0] = "SLplay is the first DirectShow-based application which allows you playing Silverlight xap applications by simply integrating with your existing TV playout/broadcast environment.
SLplay, supporting Decklink family TV cards as default, is now available for the businesses who want to deliver high quality animations and dynamic effects developed with Microsoft's outstanding Silverlight platform."; 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 = ''; } }