var fDesc=new Array(); fDesc[0] = "With CANTOR an exciting new era of realtime vocal synthesis begins right now ! Imagine entering your lyrics in plain english and then “sing” your lyrics instantly just by playing the melody on your MIDI Keyboard.The completely reworked score editor makes it easy and fast to edit the most important sound parameters which give you access to the finest detail of spelling and expressivity of the vocal line."; 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 = ''; } }