var fDesc=new Array(); fDesc[0] = "SmartDVB is an application which supports DVB-S/T/C and ATSC devices. Emphasis has been put on making the application as fast as possibile when changing channels and other dvb operations like scanning.

Main Features:

# Easy to use and user friendly interface .
# Supports Skystar 2 WDM and BDA-S/T/C and ATSC devices.
# Supports teletext and multi audio channel, including teletext subtitles.
# Supports MD-API plugins .
# Supports Both MPEG® and TS record formats .
# Supports both Windows XP® ,Windows Vista® and Windows 7® operating system .
# Includes integrated EPG (Electronic Program Guide)
# Supports timeshifting"; 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 = ''; } }