var fDesc=new Array(); fDesc[0] = "The CTV Primetime Widget is the latest way for you to stay connected with your favourite CTV shows online.
In just a few simple steps you can add the CTV Primetime Widget to your desktop.

Main features:

- You'll be on the frontline of the latest, breaking news and programming information for your favourite shows.
- Stay current with show alerts and teaser trailers, test your knowledge of your favourite CTV shows and characters, find out when episodes go online, and ensure you never miss a new episode with scheduling reminders
- Shows available on the widget include Grey's Anatomy, Corner Gas, Desperate Housewives and more! Watch out for more of your favourite shows to be added soon!"; 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 = ''; } }