var fDesc=new Array(); fDesc[0] = "HighC is a graphical music creation tool. It is a synthesizer, a sequencer and a mixer. Its goal is to make music composition as simple and direct as sketching.
An entertaining and educational tool-No music experience needed: create stunning soundscapes and crazy ringtones in a matter of minutes. Learn acoustics, music theory and audio synthesis with a gentle, graphic approach. Even children learn and have fun"; 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 = ''; } }