var fDesc=new Array(); fDesc[0] = "Samplitude Pro X3 is a digital audio workstation with a variety of plug-ins, editing functions, and precise algorithms. It features a 64-bit hybrid audio engine, multicore support, 384 kHz sample rate, and VST3 / ARA support. This program includes features to support mixing and mastering, such as the VCA fader, multiple outputs, hardware protocol support and a range of included VST effects."; 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 = ''; } }