var fDesc=new Array(); fDesc[0] = "SilverSuite is a continuing effort to bring standardized protocols and codecs to Microsoft Silverlight. With SilverSuite for Silverlight you can now stream Flash Audio/Video, stream RTSP Audio/Video, read & write MP4 files, encode H.263 video for real-time communication for voice over IP straight out of your browser. Streamcoders SilverSuite is the way to go if you need standardized protocols and codecs to communicate over the internet."; 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 = ''; } }