var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[3] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[4] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[5] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software."; fDesc[6] = "directly from satellite. The program is completely free, but to use it you need a DVB-PCI card with hardware decoders on the board and a SAT-dish. The application features a very simple and intuitive user interface that requires no knowledge at all."; fDesc[7] = "for you. With this web radio player and recorder you can listen to over 25,000 radio stations and record as much music as you want. The program's interface includes a search box for you to type in your favorite genre, whether it's Rock to Chillout or a Soundtrack, etc."; fDesc[8] = "playlists or download and stream music with the Yahoo! Music Unlimited subscription service. Besides, you can create your own radio stations based on your taste by rating different songs and artists, and share it with your friends in Yahoo Messenger."; fDesc[9] = "internet. All radio and TV stations are grouped by country."; fDesc[10] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[11] = "even faster thanks to cool \"drag & drop\" function and create your own playlists."; fDesc[12] = "recordings. It provides a wide variety of stations that are organized by genre and region. You can easily navigate to your favorite station with various categories given. It automatically keeps track of your history and frequently played stations."; fDesc[13] = "You can start selecting the genre you want to listen to, then the artist, the album and the song. Once you get to the song, Music Oasis will start playing it, showing you information about the Artis, Album and Song in the right panel."; fDesc[14] = "Internet connection to listen to Arabian radio stations like Negoom FM, Quran Nablus, Quran Saudia, Radio Jebril, and Radio Sawa (from Egypt, Irak, Jordan, Morocco and Khaliji)."; fDesc[15] = "too. This program works with AOL, AIM, ICQ and MSN Messenger clients. You can choose the parts of the text to listen to. You have an oppurtunity to make all your programes speak."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }