var fDesc=new Array(); fDesc[0] = "Midi Adventure 2 is a midi sequencer based on old-style analogue devices with emphasis on live interaction and improvisation. This application offers a lot of functions for recording and editing music. You can make adjustments to audio pitch, velocity, length, BPM, and more. Also, it provides LAN sync capabilities and a MIDI clock."; 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 = ''; } }