var fDesc=new Array(); fDesc[0] = "Explore your PCG Files. Move your sounds to a bank. Copy and Paste your sounds between banks. Copy and Paste your sounds beteween PCG files. Save your PCM/MOSS sounds in single files (i.e. only one patch per file). Sort your banks by name, category. Send PCM/MOSS sounds to your keyboard via MIDI SysEx. Use a Virtual Keyboard (MIDI software controller). Display and manage the PCG files installed on your computer. Create reports of your PCG Files. And enjoy many more functions."; 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 = ''; } }