var fDesc=new Array();
fDesc[1] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event.";
fDesc[2] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web.";
fDesc[3] = "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[4] = "player is directly connected to its online database of streamed radio stations and TV channels. Presently web media player’s database has more then 170 online TV channels and more then 800 online radio stations.";
fDesc[5] = "radio stations from all over the world. And new stations are regularly added to their directory. You can search this directory from Phonostar player by country, by language, by Genre, by stream format, by station type or by quality.";
fDesc[6] = "over 7000 radio stations around the world, built-in media player, customizable audio and sound effects options, and editing and recording state-of-the-art features.";
fDesc[7] = "over the world. You can search for stations by keyword or simply search by music genres included in the toolbar such as Rock, European, Dance, Pop and Hip hop.";
fDesc[8] = "even faster thanks to cool \"drag & drop\" function and create your own playlists.";
fDesc[9] = ", music, among many other genres. It allows you to add your favourite stations with a click of a button and access to AOL Radio anytime you want.";
fDesc[10] = "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[11] = "stations and broadcasts. Basically, it acts as a front-end tool for several programs with the sole purpose of recording and downloading online music.";
fDesc[12] = "stations. This program is easy to use, and it has a very simple simple interface and multilanguage support. You simply select the country in which you're interested in the left pane, and the television channel or radio station you want to hear.";
fDesc[13] = "worldwide stations that broadcast its programs over the Internet. These stations can be usually tuned through any web browser, the main advantage of this program is to have all of them in just one interface.";
fDesc[14] = "broad variety of genres. Its clean-cut, compact interface will make it easy to browse around your favorite radio shows and radio stations.";
fDesc[15] = "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).";
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 = '...';
}
}