var fDesc=new Array(); fDesc[0] = "Full aero enabled.
Fast and easy to use.
Plays mp3 and AAC files.
Equalizer With Presets.
Save and Load Unlimited Quick list.
M3U playlist import and export.
Quick Pause: move your mouse to top-left corner for 1 second to pause playback
Glow playback controls.
Playback controls in Taskbar preview.
Album art display in Taskbar preview and as application icon.
Simple colorful visualization.
Option to change OSD and play-list colors to white or black.
Option to stay Always on top.
Display total time and bit-rate.
Automatic Update Checking."; 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 = ''; } }