var fDesc=new Array(); fDesc[0] = "Zinf 2.2.1 is an audio player for Linux and Win32.

The program supports MP3, Ogg/Vorbis, WAV and Audio CD playback, SHOUTcast/Icecast HTTP streaming and RTP streaming. It has a music browser, theme support and a download manager.

Once installed, Zinf offers you to associate the file extensions it can handle with the program. You can choose to do this or not.

The program allows you to organize the music you have already in your discs under the "My Music" option. This feature will scan your drives for playable files, and list them in a way that the program can use to play them later. You can also add your favorite streaming, or music CDs.

The second button, Options, lets you configure the program to meet your needs.

The third button, Download Manager, grants you access to download free music from sites supporting the EMusic Page download format.

The last button, Files, lets you add the files you want directly from a drive.

The program has the usual controls found in every player, like Play, Pause, Stop or Go to the Next Track."; 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 = ''; } }