var fDesc=new Array(); fDesc[0] = "With Virtual Control Freak SE you can Edit program data, Load and save programs to midi files ,Load kenton provided program profiles,Main screen shows all names of sliders,knobs and buttons, store all memory locations in editor, Note although the editors support all memory locations kenton do not provide a get all program data function."; 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 = ''; } }