var fDesc=new Array(); fDesc[0] = "CasparCG is an application used to control graphics and video playout from the CasparCG Server software. It allows you to play and record video, graphics and audio to multiple screens via DVI/HDMI/SDI in SD, HD, 2K and 4K.

Features:
- Plays and composites simultaneous layers of Flash and video in real-time, without caching.
- Outputs to SDI, HD-SDI, HDMI and fullscreen DVI with key/alpha and audio.
- Plays SD, HD and even 2K in all flavors, even interlaced PAL and NTSC.
- Supports video output to screen, plus all DeckLink and Bluefish SDI and HDMI cards."; 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 = ''; } }