<!-- Begin

// NOTE: To use a ' add a slash before it like this \'


var showicon		= "no"		// SHOW MENU ICON
var menuspace		= "5"		// MENU END SPACING
var menuside		= "left"	// MENU SIDE | left | center | right



document.write('<div id="menulocation" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="3"><br>'); //10



document.write('</td><td nowrap>');
document.write('<a href="home.htm" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="album1.htm" class="menu">Albums</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="downloads.htm" class="menu">Downloads</a>');


document.write('</td><td nowrap>');
document.write('<a href="photos.htm" class="menu">Photos</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="about.us.htm" class="menu">AboutUs</a>');


document.write('</td><td nowrap>');
document.write('<a href="live.music.htm" class="menu">LiveMusic</a>');



document.write('</td><td nowrap>');
document.write('<a href="contact.jazz.htm" class="menu">Contact</a>');


document.write('</td><td nowrap>');
document.write('<a href="our.store.htm" class="menu">OurStore</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="video-home.htm" class="menu">Videos</a>');


document.write('</td><td nowrap>');
document.write('<a href="site_map.htm" class="menu">SiteMap</a>');


document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

   if (showicon == "yes") {
document.write('</td><td align="right" width="43">');
document.write('<img src="picts/menu_icon.jpg" border="0" class="menuicon"><br>');
}

document.write('</td></tr></table></div>');

//  End -->
