var fDesc=new Array();
fDesc[1] = "which sounds just like its real-world role model. It comes with a tube amplifier and speaker cabinets, engineered using Dynamic Tube Response technology, and present a wide range of options to the user, providing 120 presets and 11 alternative tonewheels sets.";
fDesc[2] = "Its simplicity may be misleading because in addition to its playing and recording features, it offers a huge amount of different sounds, from Accordion to Xylophone.";
fDesc[3] = "called brainwave entrainment. You can sit through and experience specific sessions, each designed to stimulate a specific brainwave pattern, thereby bringing about a long-lasting change.";
fDesc[4] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player.";
fDesc[5] = "popular tonewheel organ into new territory. Added flexibility in sound generation and seamless integration into the recording environment make this possibly the best organ since the original.";
fDesc[6] = "finds which AcuPoints are opened at a given date. It implements antique Chinese Techniques: Zi Wu Liu Zhu ....";
fDesc[7] = "you are someone who can't play a note but wonders what all those doo-dads on a theatre organ do or an accomplished theatre organist who wants to be able to practice at home, the Miditzerâ„¢ will put a virtual Wurlitzer theatre organ at your fingertips to explore. MIDITZER now includes a MIDI Player/Recorder to allow easy sharing of Miditzer performances. An accompaniment to pedal coupler to ease registration tasks for left hand plus pedal accompaniment patterns. Divisional cancels aid in registration. The toys can now be activated by computer keys R to O. The display automatically adjusts to fit the display resolution. Update stop tab graphic make it easier to tell which stops are on. Bank select is now supported for the loading of sound fonts in FluidSynth. The Miditzer can be configured to split a single keyboard to control both manuals. Second touch can be activated with the right...";
fDesc[8] = "pipe organs and play them using a MIDI keyboard or keyboards. In place of, or in addition to MIDI keyboards, you can use a sequencer to control the organ. It is a specialised form of 'virtual sampler', some other examples of which have recently become available with the rapid increase in computer processing power. It receives MIDI data and produces pipe organ sounds using recordings that have been made of a real pipe organ, hence giving very realistic results. Unlike many home keyboards and professional synthesizers, which are often sample-based, Hauptwerk has been designed to take advantage of the high processing power and relatively low cost of computer memory to give a far more accurate rendition of an organ than is possible on most keyboards, synthesizers or samplers. Whereas synthesizers and samplers usually use a few small samples, recorded at intervals across the keyboard and...";
fDesc[10] = "Plus or as a stand alone, and it contains a virtual wheel organ and electric piano. Users are offered four sets of organ manuals/pedal combinations. The Electric Piano Instrument features two versions of classic electric pianos.";
fDesc[12] = "Building on years of research, AIPL SpinCycle is the best plug-in to digitally simulate a rotating speaker. If you closed your eyes and played an actual Leslie speaker, then played SpinCycle, we bet you couldn't tell the difference! We couldn't! It's that good (patent 6,873,708 and more pending). Add this sound to organ (e.g. Hammond organ), or to guitar and vocals to produce harmony or a unique flange, and hear the difference! AIPL SpinCycle simulates a mechanical rotary tremolo and vibrato system and is based on the Doppler-effect. There are thus no sonic tradeoffs, just great big rotary sound! In addition to simulating the vibrato and tremolo modulation, SpinCycle simulates the tube pre-amp, as well as automatic speed controls and stereo-effects for an infinite number of microphone placements. To simulate the classic Leslie foot pedal, use the AutoRhythm setting. To create a totally...";
fDesc[15] = "help users who play the accordion, bandeneon, melodico, the diatonic harmonica and the reed organ, by simplifying and speeding up the tuning process.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}