var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "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[3] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
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[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] = "very light in weight. The biggest thing about this program is that it supports many formats like WMA, WAV, Internet Radio, AVI, Real, MPEG and Media Player, etc., both audio and video files.";
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] = ", breaking news or any of their favorite TV programs online. Moreover, Solway's Internet TV and Radio Player is an exciting combo pack which permits user to listen to their preferred radio station with just few clicks.";
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 = '...';
}
}