var fDesc=new Array(); fDesc[0] = "Yahoo! Jukebox Player plays all kinds of music from Yahoo! Music UnlimitedNow Playing, creates playlists created from the music files saved in the user's PC or downloaded.

It can transfer music and burn CDs. Play Internet radio music files, share music through Messenger Music Share or explore music files by using Yahoo! MessengerMusic, etc.

This application uses all the Yahoo! on line possibilities and capabilities for downloading, create playlists, transfer and record music. Every Yahoo! auxiliar program on Internet needs the user to be registered. Some offer downloding music by payments. This Yahoo! Jukebox Player is the useful and necessary tool for connecting with all the extra Yahoo! music providers.

The user creates hers (his) own profile to define the musical tastes. After that, this application searchs for the user selected music, lists all the titles, albums, etc. so is easy to make up a selection.

The supplied help works on line and answers all the possible questions for managing music downloads and create a particular JukeBox that can be used anytime from the home PC. Music can be transfer to portable devices, saved on any memory drive, etc."; 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 = ''; } }