var fDesc=new Array(); fDesc[0] = "The XMLTV: Guide Pack is a collection of custom built Microsoft Windows tools and utilities that allows you to download, manipulate and load XMLTV data.

The pack currently contains the following tools and utilities: XMLTV Guide Wizard will help you configure your media center solution to use either XMLTV Download or Guide Service Proxy.

XMLTV Download allows you to download and manipulate your XMLTV data from your favorite guide service. WMC Guide Service Proxy lets you natively import XMLTV guide data into your Windows Media Center solution."; 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 = ''; } }