//  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 showNM1()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/smartrecorder.html" target="_top">MIDI Assistant&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>A MIDI Sequencer created especially for organists! Practical in design ';
thistxt = thistxt + 'and featuring an easy to use wireless remote control, MIDI Assistant offers a truly integrated system of organ and sequencer ';
thistxt = thistxt + "and offers virtually unlimited capture memories. Its USB drive provides the storage capacity for hundreds of sequences.</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showNM2()
{
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, with hundreds ';
thistxt = thistxt + "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 showNM3()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/mainmidi.html" target="_top">MIDI</a>';
thistxt = thistxt + '<font class="main8fontA"><br>Allen offers state-of-the-art MIDI designed specifically to perfectly complement ';
thistxt = thistxt + "the needs of today's multi-keyboard musicians. The results are products that increase the musical resources available ";
thistxt = thistxt + 'to organists, whether the need is for traditional, blended or praise worship requirements.</font>';
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}

function showNM4()
{
var thistxt = '<a class="storelinkfont" href="http://www.allenorgan.com/www/products/allenensemble.html" target="_top">Allen Ensemble&#153;</a>';
thistxt = thistxt + '<font class="main8fontA"><br>128 stunningly realistic General MIDI voices and 94 unique Allen-sampled sounds ranging ';
thistxt = thistxt + 'from theatre organ stops and percussions to a wide variety of classical stops to give even smaller ';
thistxt = thistxt + "organs the versatility to play literature of every style — plus additional Allen-sampled orchestral instruments!</font>";
document.getElementById('inbox').innerHTML = thistxt;
document.getElementById('inbox').style.visibility="visible";
}