//  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 showSO1()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/mainbish.html" target="_top">Diane Bish Signature Series</a>';
thistxt = thistxt + '<font class="main8fontA"><br>"Allen' + "'s remarkable new Quantum&#153; technology is the perfect framework ";
thistxt = thistxt + 'for creating my Signature Series specifications. Quantum let me choose the voices I wanted and  ';
thistxt = thistxt + 'gave me the control to achieve distinctive sounds and perfectly balanced ensembles."<br>- <i>Diane Bish</i></font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showSO2()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/store/mainhymnoffaith.html" target="_top">Sounds for All Faiths</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Allen organs have been chosen by a broad spectrum of religious faiths. Over 85,000 Allens ';
thistxt = thistxt + "have been installed in houses of worship world-wide.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showSO3()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/store/mainmididisks.html" target="_top">Special Music</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Should you require new or different sounds for your Allen organ, the Dynamic Memory ';
thistxt = thistxt + "technology available in many of our models allows us to change your organ's stored samples quickly and easily, ";
thistxt = thistxt + 'on-site at your location.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showSO4()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/store/mainservicemusic.html" target="_top">Holiday Sounds</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Whether Christmas, Easter, or all of the holidays in between, Allen can fulfill ';
thistxt = thistxt + "your congregation's needs as an organ, sound system, or special keyboard.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}