var fDesc=new Array(); fDesc[0] = "This plugin allows you to use Microsoft Media Center (2005 / Vista / Windows 7) to watch Live UK TV channels. For a full list please vist the TVC Channels Page. This plugin will only work for UK based broadband connections. The plugin is in continuous development and new features are being added all the time, these will automatically be applied so no need to download all the time to stay updated! This page will always have the latest download links and information. If you have an installation of XBMC or no anyone that does then why not recommend the XBMC Plugin for TVCatchup."; 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 = ''; } }