<!-- Begin

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


var showTop	= "yes"		// SHOW MENU TOP IMAGE
var showBot1	= "yes"		// SHOW MENU BOTTOM IMAGE 1
var showBot2	= "no"		// SHOW MENU BOTTOM IMAGE 2


document.write('<div id="menu-location" class="printhide">');
document.write('<table bgcolor="#000000" cellpadding="0" cellspacing="0" border="0"><tr><td>');

   if (showTop == "yes") {
document.write('<div class="menubordertop">');
document.write('<img src="picts/menu-topsm.gif" width="154" height="0" class="menutrans"></a><br>');
document.write('</div>');
}
else {
document.write('<img src="picts/spacer.gif" width="154" height="76"></a><br>');
}


document.write('<a  target="_self" href="home.htm" class="menu">Home</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="player-home.htm" class="menu">Players</a>');



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="gallery1.htm" class="menu">Gallery</a>');



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="merchandise.htm" class="menu">Merchandise</a>');



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="us.htm" class="menu">Us</a>');



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="scene.htm" class="menu">Schedule</a>');



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



document.write('</td></tr><tr><td>');
document.write('<a  target="_self" href="site_map.htm" class="menu">Site Map</a>');



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



// END LINKS



document.write('</td></tr><tr><td bgcolor="232B33" class="menu-bottom-line" align="center">');



// BOTTOM MENU IMAGES

   if (showBot1 == "yes") {
document.write('<br><br>');
document.write('<a  target="_self" href="merchandise.htm"><img src="picts/verification_seal.gif" border="0" width="100" height="100"></a><br>');
}


   if (showBot2 == "yes") {
document.write('<br><br>');
document.write('<a  target="_self" href="merchandise.htm"><img src="picts/menu-image-2.jpg" border="0" width="100" height="100" class="border-menuimage"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="50" height="10"></a><br>');
}







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


//  End -->