var fDesc=new Array(); fDesc[0] = "SiriusXMStreamer allows you to listen to your favorite Sirius Internet Radio and XM Radio Online streams on any media player, mobile device, or UPnP player (in conjunction with a UPnP server) that supports WMA audio streams. With a transcoding UPnP server, such as TVersity, even UPnP players that don't support WMA can be used to listen. Features include:

Built-in media player with live title updates
ASX, M3U and direct MMS stream URLs
ASX and M3U playlist generation
RSS feed generation
Favorites list
Channel browser with channel logos
Minimize to tray to allow running in the background
Automatic updates
and more..."; 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 = ''; } }