var fDesc=new Array(); fDesc[0] = "Easimp3 is a very powerful mp3/video/CD player organiser. It offers many useful and unique features, including automatic tagging from filename, CDDB support, playlist creator, xml database exporting, lyrics viewer, online lyrics finder, online cd cover finder, autotagging of songs with no tags (uses freedb), mp3 alarm clock, Mp3 DJ, fast and intelligent searching and sorting, bookmarks, duplicate finder, renaming of mp3s based on tag information, Mp3 Organiser which sorts your mp3s into a folder structure based on id3 data you choose, playlist creation and even creation of custom web pages and web sites from your mp3 music collection, great for touch screens (Jukebox) or televisions, some examples are viewable here website and webpage (created using Easimp3).
The program uses a very intuitive drag and drop interface allowing the creation of playlists by simply dropping songs / artists / albums / genres or even searches onto the playlist."; 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 = ''; } }