var fDesc=new Array(); fDesc[0] = "MPC Essentials empowers you with the essential sounds of modern music production. With this program, you can easily import your own WAV and AIFF sound samples as well and assign them to any pad. You can create up to eight pad banks for a total of 128 sounds and samples. Plus, you can add up to four insert effects per pad for even more dynamic expression."; 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 = ''; } }