var fDesc=new Array(); fDesc[0] = "Voicemeeter is a Virtual Audio Device Mixer able to manage any audio sources on Windows PC; Audio coming from physical inputs (e.g. Microphone) as well as audio coming from any applications (including Audio Pro ASIO Applications). This offers possibilities to mix your voice with your music player, browser, webradio, video game, and with the sound coming from any audio DAW like Cubase, Ableton Live or Protools (possibly in the same time) for Skype-call or any VOIP / recording workflow."; 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 = ''; } }