var fDesc=new Array(); fDesc[0] = "Get radio stations from 119 countries around the world in English, German, Spanish, Italian, Russian, Arabic, French, Dutch and more. The channels are constantly updated to bring you up-to-date channels list.

With Internet Radio you can listen to your favorite radio stations on your PC not just at home, but at the office. Listen to anywhere you have your internet online.

Main features:

- 950 radio stations
- original station rating system
- radio stations from more than 121 countries
- up-to-date channels list
- no additional equipments required
- multiple formats support (Windows Media & RealAudio)
- sort the stations according to the ratings
- filter stations by genre, country, bitrate or content
- Personalized station favorites
- easy to use interface
- free"; 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 = ''; } }