var fDesc=new Array(); fDesc[0] = "WM Downloader is a Windows Media and MP3 Stream Ripper/Grabber (not direct sound recording program), which makes it easy to download streaming Windows Media and shoutcast streams. With this program you just need 2 steps to save your favorite shows on your PC.

It enables to record streaming video and audio streams in formats like .PLS, .M3U, .ASF, . ASX, . WMA, .WMV, .WPL, .WAX, .WVX, and .WMX by protocols like HTTP, Windows Media's RTSP, and MMS."; 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 = ''; } }