var fDesc=new Array(); fDesc[0] = "Package of drivers for Bluefish444 video cards and can be used in conjunction with the popular 3rd party and Bluefish444 software packages.

Bluefish444 is the manufacturer of high-quality uncompressed 4K SDI, ASI, Video Over IP & HDMI I/O cards. Bluefish444 was the first SDI video card manufacturer to supply uncompressed 4K UHD SDI I/O workflows to the professional video industry in 2012."; 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 = ''; } }