var fDesc=new Array(); fDesc[0] = "HUPlayer is a powerful cross platform and cross browser media player which supports playing almost all popular digital media formats and DRM-X 3.0 protected files.

The advantages of HUPlayer:
Play All Major Audio/Video Formats. Video Formats Support Windows Media (WMV, and ASF), Flash Video (FLV), Real Media (RM, RMVB), MP4 (H.264 codec), AVI, MPG, 3GP, MOV, NUT, OGG, OGM, MKV. Audio Formats support: MP3, WMA, AAC, AC3, ALAC, AMR, DTS, RAM."; 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 = ''; } }