var fDesc=new Array(); fDesc[0] = "The program Internet RadioFan allows you to listen to online radio and watch TV broadcasts on the Internet. All the radio and TV stations are grouped by country while the description of each channel contains the name of the city from which the broadcast originates and the style or genre of the given station. A special button can be set for quick connection to a given station.
The program can be minimized to tray and allows you to listen to the radio while working on your computer.
Genres: Alternative, Blues, Jazz, Folk, Dance, Disco, Classic, Electro, House, Hip Hop, Latin, Pop, Rock, Hard Rock, Retro, Rap, Mixed music, News, News and music, Religious, Sports, Talk Radio, Literature, For children, Radio Drama, Сomedy."; 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 = ''; } }