var fDesc=new Array(); fDesc[0] = "REAPER is a complete digital audio production tool, offering multitrack audio and MIDI recording, editing, processing, mixing, and mastering. It can be connected with a wide range of hardware devices, software plugins, and has support for almost all audio formats. You can extend the features of this program using virtual instruments in VST, VST3, LV2, AU, DX, and JS formats."; 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 = ''; } }