var fDesc=new Array(); fDesc[0] = "Make your own music with our award-winning voice-to-note music composition software. With Music Masterworks you can compose by just singing into your microphone and/or recording from your MIDI compatible digital piano/keyboard. Edit the song using piano roll or staff notation with the simple quick-keys, mouse or touch screen interface. Now includes improved voice-to-note recognition and backing drum track. Bringing your inspirations to life is easy with Music Masterworks voice-to-note composing software."; 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 = ''; } }