var fDesc=new Array(); fDesc[0] = "An intuitive standalone program to add stream software capability’s (In terms of streaming specific elements contents). Snaz is a object oriented programmed application written in C#. This first version is [on hold] as i’m developing v2.x Snaz is used by hundreds of live-streamers all over the world.

Snaz serves as an extension to stream software like OBS, FFSplit, Xsplit or any other software that is capable of importing/reading text from text files. This toolkit will enable you to stream elements that are not integrated by default within most (if not any) streaming software."; 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 = ''; } }