var fDesc=new Array(); fDesc[0] = "You can also make your own playlists, save them, edit them. If you have a large number of MP4 files, you can use built in search to find your favorite from the list.

MP4 Player is a very easy to use video player. It can be associated with your MP4 files so you just need to double click the file to play it. All basic functions like play, pause, seek, fullscreen are available. In all this is a great package for those who want to keep things simple. So what are you waiting for, download MP4 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 = ''; } }