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] = "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[4] = "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[5] = "countries and can classify it according to various criteria such as gender, country or station's / broadcaster's name. It classifies the stations according their type and programming: TV, radio, movies on demand and TV on demand.";
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] = "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[9] = "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[10] = "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[11] = "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[12] = "very useful for personal, web, experimental and even professional radio operations. It is a very robust, stable, versatile and reliable software with many features.";
fDesc[13] = "even faster thanks to cool \"drag & drop\" function and create your own playlists.";
fDesc[14] = ", 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[15] = "stations and broadcasts. Basically, it acts as a front-end tool for several programs with the sole purpose of recording and downloading online music.";
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 = '...';
}
}