var fDesc=new Array(); fDesc[0] = "MPlayer WW is a fast and easy to use movie and audio player.

It can support many formats and it is easy to handle

- Multithreaded H264/MPEG-2 Decoder (fmpeg-mt).
- Support DirectShow Demuxer and Decoder.
- Fully compatible with CoreAVC Decoder.
- PMP Demuxer for PSP media file.
- Better compatibility with TS, TP, HDTV.
- Skin and Windows Native Theme Support.
- Support Winamp's DSP plugins?
- Native Playlist and Video Equalizer Window.
- MEditor2 (MPlayer Preference) Graphic Setting Program.
- Direct3D and OpenGL Video Output.
- Auto Play Next file and so on."; 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 = ''; } }