var fDesc=new Array(); fDesc[0] = "Vibestudio LE provides many of the same features as VibeStudio Designer, but with a highly affordable price tag. Vibestudio LE provides the ability to compose and render spatial audio scenes to binaural headphones or 2.1, 4.1, or 5.1 loudspeaker display for use in post-production, live audio, exhibition, lecture, immersive theater, or virtual environment systems using path animation, room models, and audio files, ReWire channels, or live inputs from your sound card as audio sources."; 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 = ''; } }