var fDesc=new Array(); fDesc[0] = "Miditzer Style 260SP combines two of Wurlitzer's largest 3 manual instruments, the 3/15 Style 260 and the 3/19 Balaban 4. Blackpool couplers provide even more pizazz. The result is a 3/19 Miditzer with all the bells and whistles, from the diminutive 1' Fife whistle to the great big 32' Diaphone "whistle"! WHEN you are ready for something more, much more, than the Miditzer Style 216, add one more keyboard and step up to the Style 260SP. All the familiar Miditzer features are still there. You can focus on making use of all the additional tonal capabilities that organists in the finest movie palaces had at their fingertips."; 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 = ''; } }