var fDesc=new Array(); fDesc[0] = "BreakTweaker is a program to create music beats with editing features. it comes with three distinct modules, the Sequencer, the Generator, and the MicroEdit Engine. It can be used with any DAW and MIDI controller. The Sequencer lets you mix different tracks - this is similar to a video editor interface. The Generator is a graph-based drum-sound creator. A "MicroEdit" is the division of a single step within your pattern into potentially thousands of slices. These slices can then be contoured and shaped to create harmonic, pitched, and rhythmic effects using The MicroEdit Engine."; 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 = ''; } }