var fDesc=new Array(); fDesc[0] = "MKV Player is a very easy to use video player. It can be associated with your MKV files so you just need to double click the file to play it. All basic functions like play, pause, seek, fullscreen are available.

You can also make your own playlists, save them, edit them. If you have a large number of MKV files, you can use built in search to find your favorite from the list. In all this is a great package for those who want to keep things simple. So what are you waiting for, download MKV Player and enjoy."; 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 = ''; } }