var fDesc=new Array(); fDesc[0] = "PadMaker-Midi is a tool designed for creating a Multipad based upon the patterns from one or more midi or pad files. PadMaker-Midi provides tools for selecting a pattern, copying it to a new multipad, and editing the voice and other characteristics. You can create a pad just by selecting an area of a midi or multipad with on-screen controls."; 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 = ''; } }