var fDesc=new Array(); fDesc[0] = "The sound of the Hammond B-3 organ is inseparable from the sound of its two associated effects: the Leslie rotating speaker and the Hammond chorus / vibrato. Bomb Factory has emulated both with astonishing realism and authenticity, and the great news is that you don’t have to have an organ track to get amazing sounds from these plug-ins. Guitar, vocals, electric pianos, and just about any other track will take on a new personality when you run them through Voce Spin and Voce Chorus / Vibrato."; 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 = ''; } }