var fDesc=new Array(); fDesc[0] = "The MPC Editor allows you to create program files on your PC. You can adjust various settings, such as mute groups, mixer settings, tuning, resonance, filter and most of the settings that are available. It allows you to assign samples to particular pads by dragging and dropping the sample files from the sample list to the pads. When you are done creating your application, you can either save your program or export to drive of your choice."; 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 = ''; } }