var fDesc=new Array(); fDesc[0] = "MoviePlayer MG is a small and easy to use application that enables you to play and watch your favorite video files. MoviePlayer MG supports MPEG-4 standard files encoded using H.264/HE-AAC.

Main feature:
- Play H.264 files (HD 720p supported)
- Play URL-extern Videos
- Play and Download Youtube Movies
- Volume Control, Statusbar
- Time Display indicator
- Stretch Movie to Fullscreen
- Play/Stop/Pause Buttons
- Copy Screenshot to Clipboard"; 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 = ''; } }