var fDesc=new Array(); fDesc[0] = "MyVideoHub is a useful application that will help you with online clips search. With MyVideoHub you can do the following things:
Watch online videos on YouTube without using a web browser
You can search for videos, playlists and other user's channels
A lot of search, sorting and filtering functions
Login to your existing account to see your subscriptions and their activities
Subscribe to channels, Rate movies, Give comments
Create and manage your own playlists
Use the integrated upload manager with full resume support to upload your videos
Edit your movie details and permissions
Customize the appearance of the application
It's even possible to customize the HTML output of the search results ( for experienced users )
Compatible with Windows"; 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 = ''; } }