var fDesc=new Array(); fDesc[0] = "Strum Electric is a synthesizer dedicated to the emulation of electric guitars. The synthesizer is
entirely based on the AjAjS physical modeling technology and uses no sampling nor wave tables.
Instead it produces sound by solving, on the fly, mathematical equations modeling the different
components of a guitar and how they interact. This elaborate synthesis engine responds dynamically
to the control signals it receives while you play thereby reproducing the richness and responsiveness
of real instruments."; 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 = ''; } }