var fDesc=new Array(); fDesc[0] = "Einklang is a professional easy to use audio synthesizer. This app re-synthesizes sounds using instrument models. These instrument models can not only be tweaked directly in their musical parameters (i.e. loudness, pitch, timbre…) but also be morphed from one tone color to another. These key features allow the user to think in plain sounds rather than mathematical equations and to control EINKLANG with only few musical parameters."; 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 = ''; } }