var fDesc=new Array(); fDesc[0] = "Silverspike TapeIt is a VST-Plugin to record audio streams creating wave files in real-time. You can plug TapeIt 2 into your VST host application at any point accepting VST plugins. Unlike most other plugins, TapeIt 2 does not change the sound of your audio. But, while copying the sound unaltered from input to output, TapeIt 2 writes it to a standard WAV file. This way you can grab any audio signal that appears at one of the plugin-points of your audio application."; 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 = ''; } }