var fDesc=new Array(); fDesc[0] = "KAWAI VPC Editor is an application that allows the user to configure various settings for the VPC1 Virtual Piano controller. You can customize the touch curve and MIDI settings for up to 5 different virtual instruments or MIDI sound sources then store these settings as presets, view touch curve settings using a graph display, configure the velocity offset for each key, and more."; 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 = ''; } }