var fDesc=new Array(); fDesc[0] = "wmPod is a plug-in for the Microsoft multimedia player Windows Media Player that lets you manage and synchronise the contents of your iPod Apple portable player.
wmPod is currently one of the only alternatives to the Apple music store that can be used with your iPod (iTunes). It includes many functions and works perfectly with Windows Media Player.
wmPod has the advantage of working together with Windows Media Player, meaning you don’t have to struggle with a new, confusing interface, but can work with your well-known Windows player.
Main features:
- Creates play lists directly from Windows Media Player;
- Lets you manage unlimited play lists;
- Useful for finding songs quickly;
- MP3 file import and export;
- Direct update of song information;
- Virtual iPod (vPod) support;
- Finds duplicate songs quickly."; 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 = ''; } }