var fDesc=new Array(); fDesc[0] = "The software works as a composer instead of a tool for composing.
Program composes the music by combining two interdependent, but not even similar, musical themes performed on two pianos / guitars (flute and violin only in Fullharmony). First ones is dedicated to the melody / tune. The second one is dedicated, mostly, to the arrangement / accompaniment.
The interdependence is primary based on the harmony."; 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 = ''; } }