var fDesc=new Array(); fDesc[0] = "XSplit Gamecaster lets you record and live-stream your PC or Console gameplay. It provides a simple interface and automatically adjusts all of the necessary encoding settings, guiding you through the setup process to let you stream video at the highest quality. You can also interact using chat, and check out recent events and stats of your videos from its control HUD.

XSplit Gamecaster comes with more than 300 themes for games including Apex Legends, CS:GO, Fortnite, and Minecraft. You can also build your own Theme from scratch with Gamecaster's fully customizable editor."; 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 = ''; } }