var fDesc=new Array(); fDesc[0] = "DSPlayer is a powerful All-in-one Mediaplayer which plays your mulimediafiles in the highest quality possible on the PC. It is powerful, skinable and easy to use.

Some of the main features are:

- Support for all popular media formats
- DVD Front-End navigation using any DirectShow compatible
combination of DVD Decoder filters
- DVD playback from hard disk
- Preferred DVD Menu Language selection
- DVD playback from hard disk
- Preferred DVD Subtitle selection
- Chapters support
- DVD Autoload
- Multiple play speeds
- Fully skinnable user interface incl. costum shaped forms
- Multilingual
- Playlist (sort, crop, randomize, etc.)
- Drag'n'Drop
- Fast forward and fast rewind option
- Audio Crossfader
- 10 Band Equalizer
- Shoutcast Playback
- Radio stream ripper
- Screensaver and Standby control
- Almost every action can be assigned to user selected key
- Support for multiple audio streams and switching between them
- Plugin support for DirectShow Filters
- Ability to override Audio Output to any supported sound device
- Selection of different VideoRender modes
- Brightness, Contrast, Saturation and Hue control
- Custom aspect ratios"; 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 = ''; } }