//  Allen Organ Company
//  Copyright 2006 All Rights Reserved
//  Allen Organ Company
//  Deborah Crowell  March 2006

function hidebox()
{
document.getElementById('inbox').style.visibility="hidden";
document.getElementById('inbox').innerHTML = "";
}

function showMC1()
{
var thistxt = '<a class="storelinkfont" href="javascript:openfeature(' + "'quad_suite'" + ')" target="_top">Quad Suite&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Experience the versatility of four separate and ';
thistxt = thistxt + 'distinct organs in one console. Choose from Classic Allen, English (or English Cathedral ';
thistxt = thistxt + 'in larger Prot&eacute;g&eacute; consoles), French (or Cavaill&eacute;-Coll) or Baroque (or Schlicker) '; 
thistxt = thistxt + 'for the stop list that perfectly complements your music. In addition, Arp ';
thistxt = thistxt + 'Schnitger, Aeolian-Skinner and Orchestral stop lists are available as options. ';
thistxt = thistxt + 'The Orchestral stop list is not available as the default specification.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showMC2()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/eac/eac.html?p=MIDI" target="_top">EAC&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Your keyboards, guitars, or CD recordings will take on new ';
thistxt = thistxt + "dimension when played through the powerful, multi-channel sound system of your Allen Organ.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showMC3()
{
var thistxt = '<a class="storelinkfont" href="javascript:openfeature(' + "'acoust_portrait'" + ')" target="_top">Acoustic Portrait&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Quantum&#153; instruments are the only digital organs to bring the science of sampling to ';
thistxt = thistxt + 'acoustics! Ordinary electronic reverb is a synthetic imitation of acoustics "applied to" the sound, not ';
thistxt = thistxt + 'created as an integral part of it. Acoustic Portrait&#153; produces the real thing in exacting detail, ';
thistxt = thistxt + "enhancing not only the organ, but other instrument that might also use the organ's audio system!</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showMC4()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/vista/allenvista.html" target="_top">Allen Vista&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Vista&#153; turns your Allen Organ into the ultimate MIDI controller, ';
thistxt = thistxt + "with hundreds of MIDI sounds, a huge library of pre-recorded selections and a built-in multi-track recorder.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}
function showMC5()
{
var thistxt = '<a class="storelinkfont" href="javascript:openfeature(' + "'stop_library'" + ')" target="_top">Stoplist Library&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>All Quantum&#153; organs include seven tonal specifications from ';
thistxt = thistxt + "Allen's Stoplist Library&#153;. Choose from Classic Allen, Cavaill&eacute;-Coll, Schlicker, English Cathedral, Arp Schnitger, Aeolian-Skinner and Orchestral. ";
thistxt = thistxt + 'The Orchestral specification offers sounds typically found in MIDI modules, such as Strings, Piano, Brass, Woodwinds and Percussion. ';
thistxt = thistxt + 'The Orchestral voice is not available as the default specification.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

   
