var fDesc=new Array(); fDesc[0] = "MyTheatre is a modern multimedia application for end user which allows watch Satellite TV and Radio, playback multimedia files (mpg, mp3, DivX and many others) and DVD. MyTheatre is highly integrated application. Main purpose of this application is to turn PC to Home Theatre PC (HTPC). Sitting on sofa, management by remote control and see on TV-Set :)

Features of MyTheatre:

- Support various DVB cards:

DVB-S (Satellite):
- Cards with BDA compatible drivers.
- Technotrend Premium (SkyStar-1)
- Technotrend Budget PCI
- Hauppauge Nexus
- Hauppauge WinTV Nova PCI, CX88x(SE, SE2, Plus)
- Technisat SkyStar-2 (PCI and USB)
- TwinHan VisionPlus including OEM versions
- Pinnacle PCTVSat
- Aver DVB-S
- VBox/BroadLogic Express 2030/2035
- NetCast PCI
- Hauppauge DEC3000
- Technotrend MicroPlus
- Digital Everywhere FireDTV

DVB-C (Cable):
- Cards with BDA compatible drivers.
- Technotrend Premium (SkyStar-1)
- Technotrend Budget PCI
- Hauppauge Nexus
- Hauppauge WinTV Nova PCI
- TwinHan VisionPlus
- NetCast PCI (need test)
- Technotrend MicroPlus
- Digital Everywhere FireDTV

DVB-T (Terrestrial):
- Cards with BDA compatible drivers.
- Technotrend Premium (SkyStar-1)
- Technotrend Budget PCI
- Hauppauge Nexus
- Hauppauge WinTV Nova PCI, CX88x
- TwinHan VisionPlus
- NetCast PCI (need test)
- Technotrend MicroPlus
- Digital Everywhere FireDTV
- VBox Express 2050

ATSC (Terrestrial/Cable):
- Cards with BDA compatible drivers.

Common Interface Support:
- Technotrend Premium (SkyStar-1)
- Technotrend Budget PCI
- Hauppauge Nexus
- Hauppauge WinTV Nova PCI
- TwinHan VisionDTV
- Pinnacle PCTVSat
- Technotrend MicroPlus
- Digital Everywhere FireDTV

Remote Control Support:
- Integrated Technotrend Premium and Budget PCI
- Integrated Hauppauge Nexus and Nova PCI"; 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 = ''; } }