var fDesc=new Array(); fDesc[0] = "Harmony EFX is a streamlined version of Harmony Engine Evo Vocal Modeling Harmony Generator. Based on the same groundbreaking Evo™ Voice Processing Technology as its big brother, Harmony EFX puts professional quality vocal harmony arrangements within reach of any musician or engineer. Whether you're an experienced vocal arranger, a songwriter looking for that perfect backup vocal, or a composer experimenting with unique vocal effects, Harmony EFX gives you entirely new ways to create the harmony parts you hear in your head."; 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 = ''; } }