var fDesc=new Array(); fDesc[0] = "MPlatform SDK is a set of programming interfaces (APIs) for the development of broadcasting automation products. It features a set of high-level functions compatible with C#, C , VB.NET, and Delphi. Applications with playlists, ad-breaks, video mixing, etc. with GPU acceleration can be created using this SDK."; 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 = ''; } }