var fDesc=new Array(); fDesc[0] = "TViXiE is a GUI builder for Media Players currently supporting TViX, NMT (Popcorn Hour, etc...), Western Digital WD TV HD Player, Mede8er and Dune.
TViXiE automatically downloads movie/music information and covers and builds a graphical browsing experience for the media player.
Key Features:
- Movie/Music information is taken from a wide range of sources
- Plugin interface to write your own movie/music provider
- FanArt support
- Layout Templates
- WYSIWYG Template Editor with 100+ effects
- FTP Support
- Windows Explorer Look & Feel
- Proxy Server support
- Currently available in English, Swedish, French, Italian, German, Spanish, Arabic, Hungarian, Dutch, Polish, Portuguese, Slovaki and Russian"; 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 = ''; } }