var fDesc=new Array(); fDesc[0] = "Cakewalk SONAR, Steinberg Cubase, Cakewalk Project5, Cakewalk Pro Audio and many other products from Cakewalk provide the ability to use plug-in MIDI effects. Using plug-in effects is very similar to using the MIDI processing commands like "Quantize", "Transpose", "Interpolate". For a detailed description of the MIDI effects see your Cakewalk user manual."; 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 = ''; } }