var fDesc=new Array(); fDesc[0] = "User friendly program for listening to online radio stations.
Playlist support: PLS, M3U, ASX, WPL, WAX, WMX.
Audio format support: MP3, WMA, OGG and AAC(+).
Save you favorite radio stations and manage them easily.
Minimize to the System Tray.
Notify song changes by balloon tip or MSN-like notifier.
Show others what you are listening to in MSN Messenger.
Record what you hear as MP3's.
Each user has its own favorites/settings.
Show album art if artist/song info is broadcasted.
Schedule your recordings.
Global Hot Key support.
Many more new exiting features...."; 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 = ''; } }