var fDesc=new Array(); fDesc[0] = "Open PLS in WMP allows you to listen to PLS (MP3 Playlist, a.k.a. Shoutcast streams) in Windows Media Player. It's a simple translator that opens PLS files, finds the stream information, and passes it to Window Media Player.

Windows Media Player can open PLS (Shoutcast Playlist) internet radio streams, it just doesn't know it can. This program opens PLS files and forwards the information to Windows Media Player."; 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 = ''; } }