var fDesc=new Array(); fDesc[0] = "vielklang Instant Harmony generates harmonies with 2-4 voices. It is packed with musical intelligence and music theory: it detects the best fitting harmonies for each individual input melody, and automatically synthesizes up to four voices with the voices not merely running in parallel but with their voicings selected to sound most natural (voice leading)."; 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 = ''; } }