var fDesc=new Array(); fDesc[0] = "Our player automatically detects and uses codecs already installed on the system.
Together with Tuber, a fun character from a new 3D arcade “Adventures of Tuber”, you will plunge you into the world of video that you love!

The advantage of the player is that it uses little of system resources and has got small size (about 145 Kb)! Tuber Video has got a user-friendly interface and a transport panel easy to manage.

Main features:
Detection and support of installed codecs.
Window and full-screen modes for viewing video.
Unicode filenames support.
Control of sound volume with rotation the mouse wheel.
Subtitle display."; 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 = ''; } }