var fDesc=new Array(); fDesc[0] = "Hauptwerk is a complex pipe organ modeling and per-pipe sound shaping program. Hauptwerk includes a 30 stop English symphonic organ recorded from St. Anne's, Moseley in Birmingham, England. It also models all of the physical controls and functional details of a pipe organ. The main console screen shows you a photo-realistic representation of the console, and allows you full control over the virtual organ in the same way that you would control the original instrument."; 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 = ''; } }