var fDesc=new Array(); fDesc[0] = "Skype Remote Control Plugin makes it possible to see your Home Cable TV from anywhere via Skype, and even change channels via Skype Chat Window.
You can watch TV on remote PC or Mobile Device. This Plugin works together with Skype and WinLIRC. Skype allows Video and Audio transmission and sending Remote Control commands via Chat panel.
WinLIRC is a Server that implements Infra-Red Remote Control functionality.

Note:
Before you buy Capture Device, ensure that it is compatible with Skype!
Before you buy Remote Control Device, ensure that it is compatible with WinLIRC 0.8.7a!"; 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 = ''; } }