var fDesc=new Array(); fDesc[0] = "Elgato 4K Capture Utility is specifically designed to work with Elgato Game Capture 4K60 Pro. It also works with certain 1080p Elgato Game Capture Devices: Elgato Game Capture HD60 S and Elgato Game Capture HD60 Pro. Elgato 4K Capture Utility can record video, but it cannot stream. When using Elgato 4K Capture Utility software with Elgato Game Capture 4K60 Pro, you can record up to 2160p60. When using Elgato 4K Capture Utility software with Elgato Game Capture HD60 S, you can record up to 1080p60."; 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 = ''; } }