<!-- Begin 

// Copyright 2007 Global Marketing Enterprises www.globalme.biz
// Unauthorized duplication, use, or sale of this script is prohibited by law

// NOTE: If you use a ' add a slash before it like this \'

// ONLY USE lowercase FOR ALL OPTIONS

var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="images/menu-background.gif" class="menuouter"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');

// Copy and paste the next two lines to create a new button

document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');

// Paste new buttons below this line *******************************************

document.write('</td><td>');
document.write('<a href="CurrentEvents.html" class="menu">Current Events</a>');

//document.write('</td><td>');
//document.write('<a href="history.htm" class="menu">History</a>');

document.write('</td><td>');
document.write('<a href="GiftShop.html" class="menu">Gift Shop</a>');

//document.write('</td><td>');
//document.write('<a href="gallery1.htm" class="menu">Gallery</a>');

//document.write('</td><td>');
//document.write('<a href="siteMap.html" class="menu">Site Map</a>');

document.write('</td><td>');
document.write('<a href="museum.htm" class="menu">Museum</a>');

document.write('</td><td>');
document.write('<a href="links.html" class="menu">Links</a>');

//document.write('</td><td>');
//document.write('<a href="join.htm" class="menu">Join</a>');

document.write('</td><td>');
document.write('<a href="historicalSociety.htm" class="menu">Historical Society</a>');

//document.write('</td><td>');
//document.write('<a href="Festivals.html" class="menu">Festivals</a>');

document.write('</td><td>');
document.write('<a href="JoinNew.html" class="menu">Join</a>');


// Paste new buttons above this line *******************************************

// END LINKS



































// ************************************************************************
// DO NOT EDIT BELOW THIS LINE ********************************************
// ************************************************************************

document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');

//  End -->