var fDesc=new Array(); fDesc[0] = "Media Center Master is a powerful application that allows you to manage and organize your multimedia content.

Main features:

- Smooth, powerful interface to organize your media collection.
- Support for the built-in Windows Media Center Video Library strip as well as MediaBrowser extension.
- Movies, television, and adult title search from a variety of configurable meta data sources.
- Built-in, fully-automated episode torrenting from multiple sources. Keep your T.V. series updated through the internet for free.
- Full metadata editor with tools to automate movie and T.V. episode renaming.
- Theatrical trailer downloader with options for automatic re-encoding."; 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 = ''; } }