var fDesc=new Array(); fDesc[0] = "B-3 V is a software model of the famous B-3 V organ. B3 has been a staple of jazz, gospel, rock, reggae and R&B, and pro studios everywhere for over a half century. This application has a physical modeling engine (it doesn't use any recorded samples). You get a variety of features including MIDI mapping, 86 factory presets, advanced drawbar modulators, percussion controls, and customizable output effects."; 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 = ''; } }