var fDesc=new Array(); fDesc[0] = "X-Plus Configurator loads gaming audio profiles into the Sound BlasterX H7 and Sound BlasterX G1. After configuration, you can connect the device to other computers directly, without installing any software application. This program has the option to load the PlayStation4 profile, which addresses the audio channel swap experienced in PlayStation4."; 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 = ''; } }