var fDesc=new Array(); fDesc[0] = "VocController is a simple but powerful Virtual Instrument plug-in that generates midi info for Yamaha’s Vocaloid VST instrument. It can be triggered from standard midi data therefore making it possible to play words almost instantly at any note and velocity from a keyboard controller or a midi track."; 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 = ''; } }