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

You can also make your own playlists, save them, edit them. If you have a large number of M4V files, you can use built-in search to find your favorite ones from the list. On the whole, this is a great package for those who want to keep things simple. You can download the application at the developer's website and see if you like it or not. All files can be played in full screen mode or in a reduced window."; 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 = ''; } }