var fDesc=new Array(); fDesc[1] = "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[2] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages."; fDesc[3] = "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[4] = "is no need for a TV Tuner card because all the channels are streamed through your Internet connection."; fDesc[5] = "Local TV, Internet TV, World TV, Live TV or Satellite TV from any country in the world. It enables you to watch various international TV programs, news, entertainment, and so on."; fDesc[6] = "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[7] = "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[8] = "internet. All radio and TV stations are grouped by country."; fDesc[10] = "Shows, Online TV Broadcasts, video clips, audio archives, and Podcasts. Replay Av comes with many customization options for recording and saving with an easy to use interface. It provides facility to save record clips instantaneously."; fDesc[11] = "broad variety of genres. Its clean-cut, compact interface will make it easy to browse around your favorite radio shows and radio stations."; fDesc[12] = "support: MP3, WMA, OGG and AAC(+). Scheduling and global Hot Keys are supported."; fDesc[13] = ", 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."; fDesc[14] = "Among its numerous features, it includes a media player, an RSS reader, and a book browser. The program is very easy to handle and after a few clicks, it quickly connects to online radio stations and Web TV."; fDesc[15] = "installation, difficult settings etc. Over 400 Russian and foreign radio stations will satisfy every exacting user."; 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 = '...'; } }