//  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 showKB1()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/mainquantum.html" target="_top">Bass Coupler</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Augment the bass line of your performance without touching the pedal board!  The Allen ';
thistxt = thistxt + 'Bass Coupler "intuitively" adds pedal registration to only the lowest manual note played.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showKB2()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/mainquantum.html" target="_top">Melody Coupler</a>';
thistxt = thistxt + '<font class="main8fontA"><br>"Solo' + "'" + 's" the highest note of your performance.  Use the Melody Coupler and Bass Coupler ';
thistxt = thistxt + 'together to get three distinctive registrations from the same keyboard.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showKB3()
{
var thistxt = '<a class="storelinkfont" href="javascript:openfeature(' + "'ost'" + ')">Optical Sensor Technology</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Allen OST&#153; (Optical Sensor Technology) keyboards provide touch-sensitivity and ';
thistxt = thistxt + 'long-term reliability.  Instead of rubber button contacts, like those found in other keyboards and remote ';
thistxt = thistxt + 'control devices, OST keyboards feature self-regulating optical ';
thistxt = thistxt + 'switches of the highest quality.  OST provides for playing touch-sensitive MIDI sounds.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}


