var fDesc=new Array(); fDesc[0] = "Mus2 (pronounced /muːsiki/) is a music application designed for the notation of microtonal works and Turkish maqam music. Tasks that require cumbersome workarounds in other notation software are extremely easy to accomplish in Mus2. Notation software for microtonal works and Turkish maqam music."; 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 = ''; } }