var fDesc=new Array(); fDesc[0] = "PCTVision brings sanity to the online media world for streaming TV and movies legally, safely, and at such a value not found elsewhere.
PCTVision features full episodes of popular television shows, streaming channels and news, FULL length movies, videos, and even streaming radio. Just one quick software install, no hardware or crazy stuff required!
PCTVision brings the best content the Internet has! You get DIRECT online streams of news, sports, local stations, network stations, and even global media outlets! Not to mention integrated service with millions of streams from YouTube, programming from Revision3 and Hulu, and much more!"; 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 = ''; } }