var fDesc=new Array(); fDesc[0] = "TheFlyDS v2.0 - software for watching and recording video and/or
audio or snapshots from tv-tuner or video-in cards (such as AverMedia TV Phone,
LifeView FlyVideo98 and many others).
Main features: Frame resolution - up to 768x576 and you can use any
compression codec installed for video recording. Internal scheduler.
Network broadcasting. MPEG1/2 recording. WMV recording. Powerful scheduler.
Still images capturing on timer or hot key pressing into BMP,JPEG
or GIF files. Audio recording into wav or mp3 files. Channels scanning.
Skins. Individual settings for each channel. Hot keys and command-line
swiches. Resizeable video window with different styles. Start and stop
video capturing in predefined time. Extended capture statistics.
Playing captured avi or wav file. Saving all settings. TV guide,Teletext,Closed captioning.
PIP mode with 2 or more cards. OnScreen display. 16-channels preview.
Can work without tv window (as FM tuner). Language pack's."; 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 = ''; } }