var fDesc=new Array(); fDesc[0] = "Meltemi is a neat, complex yet easy to use media player.

Main features:

- Play stations in format MP3, WMA and ACC.
- Show title, artist and comments from shoutcast.
- Get title and artist websites stations (where available).
- Pause playback mp3 stations (time shifting).
- Automatic reconnection in case your Internet connection.
- Showing information quality audio.
- View album art of the song playing.
- Display disc name belonging song is playing.
- See release year of the album owned the song playing.
- Show station logos if you can not find the cover.
- Support DSP plugins from Winamp.
- Choice between analog and digital VU meter..
- Show level cache (buffer).
- Balance setting audio channels.
- Instant playback by entering URL station.
- Support visualizations of Sonique Player."; 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 = ''; } }