var fDesc=new Array(); fDesc[0] = "EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc).

EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.

Main features:
- Converting a music CD into music files (since we have excellent sources of free software, e.g., Exact Audio Copy, CDex, and LAME).
- Editing media information (since e.g., MP3TAG and The GodFather will do).
- Transferring music/playlist files from a local HDD to your iriver H10 player (since drag-and-drop with Explorer or rsync will do).
- Creating playlists from scratch on demand (e.g., WinAmp or foobar2000).
- Prepare music files with tag information (a good idea, but no mandatory any longer)
- Transfer music files to the iRiver H10 player without syncronization software
- Create playlist files through existing software"; 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 = ''; } }