var fDesc=new Array(); fDesc[0] = "DigiGuide, put simply, is a computerised version of the traditional old printed television guide. We call it an "Interactive Programme Guide" or IPG. The main difference being that as an advantage of appearing on a computer, it is intelligent, it is constantly up to date and it carries listings for over 500 channels for the UK and Ireland. It provides more information for each programme, it suggests programmes that you may be interested in watching.

Gone are the days of having to run down to the newsagent to find out what's on television, or scanning the pages to see which channel the latest Star Trek is appearing on. Just start DigiGuide and let it do all that for you!
Rated 5 stars by ZDNet, VNUnet, BBC Web Site, BBC Radio 2 and many others, proves this is an application you cannot do without."; 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 = ''; } }