var fDesc=new Array(); fDesc[0] = "vTuner program is a kind of Internet broadcasts "super tuner", but limited to those broadcasted in RealPlayer format. It is a complex system that allows you to retrieve myriad classifications and data about the desired broadcast.

When you select a radio station, it opens realplayer (if installed) or the default system's player (provided they support the Real format, otherwise it will display an error message). If you select a TV broadcast, you’ll see exactly the same thing: You can listen ... yes, you can just hear the broadcast.

Displays all information about the selected station, reliability rating based on developers continuous testing, ratings related, Go To Web site button.

vTuner Plus has organized all the stations by Location or by format, to aid you in your searching.... Once the play button is pressed, real or default player should be launched and start playing the station.

Personally, I think it is a computer program aimed to people with severe motor or intellectual handicaps.

With vTurner you can schedule stations, shows and events for playback, search for shows , view station's ratings, sound, speed, etc., receive extra station info, bandwidth output, find out about future events, one-button scanning from search, browse or favorite group listings, inform a friend(s) via e-mail about a station(s), shows or events, scan stations according to your specified time interval, and many more."; 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 = ''; } }