var fDesc=new Array(); fDesc[0] = "Converts Zune playlists (.zpl) to Windows Media Player/Windows Media Center (.wpl) compatible playlists.

Microsoft's free Zune software is a great tool for managing your music collection. It provides direct support for Zune devices and direct access to Microsoft's online music marketplace. For ~$15 a month you have access to unlimited music downloads and 10 DRM free downloads every month. This is great news for Windows Media Center users. Although Zune is an excellent tool, it's playlists are not compatible with Windows Media Center. ZplToWpl solves this problem by providing a tool which will bulk convert Zune playlists to Windows Media Center playlists. It remembers where the playlists are located and provides a generate button. Use Zune to download unlimited music and setup your playlists."; 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 = ''; } }