var fDesc=new Array(); fDesc[0] = "Harmony EFX is a streamlined (and incredibly affordable) version of the industry-leading 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."; 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 = ''; } }