var fDesc=new Array(); fDesc[0] = "YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. It can be run directly from your iPod and needs no installation. Take a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.

Main features:

- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes (with unicode support)
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Last.fm support"; 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 = ''; } }