var fDesc=new Array(); fDesc[0] = "Farfisa V physically models the characteristics of the Farfisa combo organs. The program features physical modeling of the dual-manual Farfisa Compact Deluxe plus pedals, upper manual, lower manual and bass pedal sections, selectable bass key range to cover 1 or 2 octaves, bass sharp/soft control to change tone of bass section from Flute to Strings, percussion section with adjustable decay times, and more."; 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 = ''; } }