﻿document.write("<div><div id='menu'><table style='width: 100%;'><tr><td><a href='index.htm'><img alt='southwest horn convention kokopelli' class='kokopelli' src='graphics/southwest_horn_convention_kokopelli.png' /></a></td><td><div style='margin-bottom: 10px;'><a href='index.htm'><img alt='southwest horn convention' src='graphics/southwest_horn_convention_text.png' /></a></div><div><a href='index.htm'>Home</a> | <a href='schedule.htm'>Schedule</a> | <a href='vendors.htm'>Vendors</a> | <a href='artists.htm'>Artists</a> | <a href='participants.htm'>Registration</a> | <a href='housing.htm'>Housing</a> | <a href='links.htm'>Links</a></div></td><td style='text-align: right; vertical-align: top;'><a href='http://www.facebook.com/group.php?gid=320968550276&ref=ts' target='_blank' onmouseover='Rollover_FB();' onmouseout='Rollout();'><img src='graphics/icon_fb.png' alt='Connect with SWHC on Facebook!' /></a><a href='http://www.instantencore.com/contributor/contributor.aspx?CId=5141182' target='_blank' onmouseover='Rollover_IE();' onmouseout='Rollout();'><img src='graphics/icon_instantencore.png' alt='Connect with SWHC on InstantEncore!' /></a><a href='http://visitor.constantcontact.com/manage/optin/ea?v=001Mro14wcDZcAscaUYj_bvJA%3D%3D' target='_blank' onmouseover='Rollover_ML();' onmouseout='Rollout();'><img src='graphics/icon_mailing_list.png' alt='Join the SWHC Mailing List!' /></a><a href='button.htm' onmouseover='Rollover_Link();' onmouseout='Rollout();'><img src='graphics/icon_share.png' alt='Link to SWHC!' /></a><a href='maps.htm' target='_blank' onmouseover='Rollover_GoogleMap();' onmouseout='Rollout();'><img src='graphics/icon_gm.png' alt='Maps for the Event.' /></a><div id='rollover' style='margin-top: 10px; color: #999;'></div></td></tr></table></div><div class='roundbottom'></div></div><div class='spacer'></div>");

function Rollover_FB() {
    var label = document.getElementById('rollover');
    label.innerHTML = 'Find us on Facebook';
}

function Rollover_IE() {
    var label = document.getElementById('rollover');
    label.innerHTML = 'Become our fan on<br/> InstantEncore';
}

function Rollover_ML() {
    var label = document.getElementById('rollover');
    label.innerHTML = 'Join the Mailing List';
}

function Rollover_Link() {
    var label = document.getElementById('rollover');
    label.innerHTML = 'Link to us from <br/>your website';
}

function Rollover_GoogleMap() {
    var label = document.getElementById('rollover');
    label.innerHTML = 'Maps for the Event';
}

function Rollout() {
    var label = document.getElementById('rollover');
    label.innerHTML = '';
}

