var fDesc=new Array(); fDesc[0] = "DAPlayer is a Powerful, Simple to use and All-in-one video/audio player software for windows that plays most audio/video multimedias easily and smoothly. It is designed to give users a complete free solution for playing High-definition videos, which include Bluray, AVCHD, TS, MKV, MPEG4, H264 video formats as well as DVD video and music CD.

It comes with more than 320 video codecs and 130 audio codecs, builds in numerous customizable controls, fully supports Multi-track video/audio and subtitles, TrueColor System, compatible with almost all multimedia formats and owns fast launch speed. DAPlayer is guaranteed to deliver the highest quality viewing and listening experience on Windows PC."; 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 = ''; } }