var fDesc=new Array(); fDesc[1] = "online TV channels from around the world. Watch TV online."; fDesc[2] = "installed. Supports all TV Cards based on BT8x8 chipset, Philips SAA713x,Conexant CX2388x.Great Image quality and easy to use"; fDesc[3] = "internet. In the \"Broadcast Settings\" panel you can select the favorite broadcast preset and view main broadcast parameters : video/audio compression codecs and video/audio bitrates that will be used for the live broadcast. By pressing the \"Customize broadcast settings\" button you will be able to adjust all broadcast settings."; fDesc[4] = "(Graphic Card and TV Card) that have WDM Drivers(Windows Driver Model) compatible with DirectShow specifications. Features: Timeshifting feature Improved support for Windows Vista Recording using any audio/video codecs installed on user's PC MPEG 1/2 Hardware recording TVgenial scripting interface, you can add/delete recording scheduled task directly from TVgenial Sleep Timer Radio FM support Channel autoScan with fine tuning Customize each channel properties Support for FFDshow filter and DScaler deinterlace directshow filter. Zoom feature Teletext Winlirc Support Image capture Mosaic with all your channels Slideshow Support for more than 25 languages Supported Capture Devices List can be found here : Supported Capture Devices List In order to decide what version suits you best, please check : Feature Comparison Chart."; fDesc[6] = "Advanced Timeshifting and Scheduler, supports many capture devices and tv cards withhardware encoding Hauppauge PVR Cards."; fDesc[9] = "more than 1900 TV channels and 1300 radio stations from all over the globe. Get connected to one of the largest channels database and receive updates periodically."; fDesc[11] = "driver. Advanced Timeshifting and Scheduler, supports many capture devices and tv cards with hardware encoding Hauppauge PVR Cards."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }