var fDesc=new Array(); fDesc[0] = "SmartRC is a program designed for use with the remote controls of some cards of satellite TV or terrestrial. With this program you can use it in conjunction with programs that support the protocol LIRC, similar to EventGhost, WinAmp, MPC-HC, etc

Main Features:

- Project ported to VS2010 (Need .NETFramework 4.0)
- Added switch mapped feature (Now you can do more things with one remote!)
- Added support for start dvb-card on-the-fly.
- Added option for security to only allow local connections.
- BDA library updated for latest version.
- Fixed some bugs with TBS and TeVii cards (thk jackjavo).
- Installer updated and small fixes."; 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 = ''; } }