// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "center"	// MENU SIDE | left | right | center

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.htm" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td><td nowrap>');
document.write('<a href="nextshow.htm" class="menu">Our Next Show</a>');

document.write('</td><td nowrap>');
document.write('<a href="previous.htm" class="menu">Previous Shows</a>');

document.write('</td><td nowrap>');
document.write('<a href="news.htm" class="menu">News and Events</a>');

document.write('</td><td nowrap>');
document.write('<a href="tickets.htm" class="menu">Buy Tickets</a>');

document.write('</td><td nowrap>');
document.write('<a href="dolman.htm" class="menu">Dolman Theatre Seating</a>');

document.write('</td><td nowrap>');
document.write('<a href="join.htm" class="menu">Join us</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact details</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="board.htm" class="menu">Forum</a>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
