//  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 showIA1()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/speakers/hr200.html" target="_top">Allen Full-Range Speakers</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Standard Allen Speaker cabinets utilize 15" speaker cones and high-frequency ';
thistxt = thistxt + "titanium compression drivers to provide the full-range of sound today's music demands.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showIA2()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/speakers/sr1subwoofers.html" target="_top">Allen Bass Speakers</a>';
thistxt = thistxt + '<font class="main8fontA"><br>For the ultimate in low frequency response,<br>Allen offers a variety of<br>"seismic-radiator" sub-woofers that are ';
thistxt = thistxt + 'guaranteed to "pump-up" the bass in your worship area.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showIA3()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/eac/eac.html?p=MIDI" target="_top">Easy Audio Connections</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Allen provides Easy Audio Connections for CD<br>players, outboard mixers,<br>or keyboards. ';
thistxt = thistxt + "Your instrumentalists will love the power, cleanliness, and dimension of an Allen audio system.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showIA4()
{
var thistxt = '<a class="storelinkfont" href="javascript:openfeature(' + "'amp'" + ')">Allen Amplifiers</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Allen audio systems include multi-channel amplification for greater ';
thistxt = thistxt + "dimension and spread of sound than that of mono or stereo sound systems.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

