var fDesc=new Array(); fDesc[0] = "The MCEGuide client enables you to make use of our EPG's (electronic programming guides) for Windows Media Center. We provide the Windows Media Center TV Guide for DStv and the SABC channels.
The MCEGuide client is compatible with the following versions of Windows:
* Windows Media Center Edition 2005
* Windows Vista Home Premium (32bit and 64bit)
* Windows Vista Ultimate (32bit and 64bit)
* Windows 7 Home Premium (32bit and 64bit)
* Windows 7 Professional (32bit and 64bit)
* Windows 7 Ultimate (32bit and 64bit)"; 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 = ''; } }