var fDesc=new Array(); fDesc[0] = "The Cliff Watson Electronic Program Guide (CW_EPG) is a tool that works cooperatively with the MyHD and FusionHDTV applications and the HD Homerun tuner units to improve your television-scheduling and schedule-viewing experience.

The typical scheduling approach in both FusionHDTV and MyHD uses TitanTV as a source of programming information, which works very well for one-off captures. But it's hard to set up captures for a desired show series because program schedules often vary from week to week, TitanTV only shows two week's worth of programming, and MyHD and FusionHDTV both have only simple-periodic recurring capture modes in daily or weekly repetitive patterns. Their built-in alternative to TitanTV is to use the PSIP programming information that is supposed to be sent along with the DTV data stream. However, that data source is often unsatisfactory, because the station either doesn't send it at all or only sends it a few hours ahead of the scheduled programs. Also, the PSIP information is only available for a given channel after you have tuned to it for a minute or so.

In contrast to TitanTV and the PSIP data, the CW_EPG scheduling approach downloads a complete schedule of television shows for all your channels for the next twelve days and (for MyHD users) displays it in the OSD EPG tables where the PSIP data used to appear. The schedule information comes from a Schedules Direct account (that you will need to set-up).

CW_EPG can handle recurring captures much better than does the hardware manufacturers' software alone. You can have CW_EPG automatically update the EPG listings daily and use the current data to schedule recordings on all your network-connected tuners. The recordings are based on matches to the list of shows that you provide via the CW_EPG control panel. VoilÃ*--you can have "season passes" to all your favorite shows!

CW_EPG, with its ability to manage scheduled events for MyHD, Fusion, and HD Homerun hardware, gives you a convenient single interface to manage your scheduled recordings. Rather than dealing with several interfaces and manually splitting events between tuners, you just tell CW_EPG how you want to use your tuners (primary, secondary, etc.). Events are then scheduled based on the priorities you have defined."; 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 = ''; } }