var fDesc=new Array(); fDesc[0] = "MU Player is an utility that allows users to index their megaupload video files and play them (using either Gom Player or VLC Player) without completely downloading them.
It features:
Built in subtitle search via OpenSubtitles.
automatic metadata (info & posters) download from themoviedb and thetvdb.
Favorites functionality.
Filtering and search functionality.
Simplified megaupload.com login (decrease waiting time from 45 to 25 seconds)."; 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 = ''; } }