var fDesc=new Array(); fDesc[0] = "The EZkeys Pipe Organ sound library features the majestic organ found at Sweden’s Täby Kyrka, an historic church dating back to the thirteenth century. It was designed to fit the songwriting-friendly format of EZkeys and includes the most characteristic pipe organ stops and instruments. On top of that, it comes with a generous selection of presets, allowing you to take this epic instrument from its most traditional use to painting completely new, creative musical landscapes."; 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 = ''; } }