var fDesc=new Array(); fDesc[0] = "High-quality video shouldn’t stop at your browser. DivX® Plus Web Player lets you enjoy stunning DivX® and DivX Plus HD (MKV) videos right in your browser, and even enjoy MKV features like multiple audio tracks, subtitles and 5.1 channel AAC audio.

We've packed DivX Plus Web Player with a ton of features. In addition to DivX and DivX Plus files (.divx, .avi, .mkv), you can watch .mp4, and .mov videos right in your web browser, even in full screen without losing quality. DivX Plus Web Player also includes the ability to play all the impressive MKV features like multiple audio tracks, subtitles and immersive 5.1 channel AAC audio."; 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 = ''; } }