var fDesc=new Array(); fDesc[0] = "The ASPNetMediaGUI Toolkit allows you to skin and control other ASPNetMedia components. It works with ASPNetAudio, ASPNetFlash, ASPNetFlashVideo and ASPNetVideo.
The GUI toolkit also includes a skinnable PlayList control. The PlayList can run invisibly at the client browser – or run at the server, extending GridView with a visual PlayList interface for the user.
This allows you to play multiple videos though the same video player – and fire events when videos change over. It can also be used as a media (ad) rotator for media such as Flash, MP3, FLV or Video files."; 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 = ''; } }