var fDesc=new Array(); fDesc[0] = "Mozekty is a free fast tool to play, record and share your audio streams, podcasts and RSS feeds for blind and visually impaired users, you can also get a list from of latest radio stations on the internet and save your favourite stations.

Mozekty main features:
- Listen to hundreds of internet radio stations from around the world with this full-featured player.
- Variety of streams, podcasts and RSS feeds are supported.
- Add, edit or delete stations from your stations database.
- Share your stations to the online database and let other users listen to it.
- Record radio station while playing another.
- Voice mode feature which helps blind people to use Mozekty.
- Check for latest stations found on the internet by connecting to Bitsnips.com.
- Get full info and statistics about the current playing stream.
- Full control from Mozekty system tray icon when the application is minimized.
- Friendly user interface."; 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 = ''; } }