var fDesc=new Array();
fDesc[0] = "Big Screen EPG provides the tools you need to import your own XMLTV format Electronic Program Guide Listings into Windows 7 Media Center.
Featuring a sophisticated and intelligent metadata processing engine, Big Screen EPG gets the most out of any EPG data you feed it.
Features:
- Import EPG Data from one or more XMLTV Based Sources
- Comes with an Easy to use Configuration Tool - providing Setup Wizards and intuitive Customization Functionality
- Intelligent Unique Program and Series Detection Features - allows more Reliable and Powerful Scheduled Recording in Media Center
- Automatic Series Matching and Image/Metadata Import - with an inbuilt database of over 20,000 shows
- Import Logos for all your Channels
- Runs when you're not around using the Inbuilt Scheduled Task Management Helper";
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 = '';
}
}