var fDesc=new Array(); fDesc[0] = "The Visonair player is now available for download on Windows XP or newer systems.

The Visonair player integrates with the Visonair stream directory as well as this website and will make best use of your computers hardware to accelerate playback for best viewing experience.

V1.4 of the player is now available! Some of the new features include visualizations for audio only streams, and full seamless support for chained streams for Ogg Vorbis, or Ogg Theora streams! Now supports the latest versions of Theora and Vorbis For more information about the latest version see the whats new page"; 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 = ''; } }