<!-- Begin

// NOTE: If you 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="10"><br>');



// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //



document.write('</td><td nowrap>');
document.write('<a href="home.htm" class="menu">Home</a>');




document.write('</td><td nowrap>');
document.write('<a href="gallery4.htm" class="menu">Studio</a>');






document.write('</td><td nowrap>');
document.write('<a href="samples3.htm" class="menu">Production Samples</a>');






document.write('</td><td nowrap>');
document.write('<a href="video-home2.htm" class="menu">Funk Jazz Band</a>');




document.write('</td><td nowrap>');
document.write('<a href="video-home.htm" class="menu">Dance Band</a>');




document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Photos</a>');





document.write('</td><td nowrap>');
document.write('<a href="video-home3.htm" class="menu">Videos</a>');






document.write('</td><td nowrap>');
document.write('<a href="samples1.htm" class="menu">Jazz Funk Store</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="site_map.htm" class="menu">Map</a>');





document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</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 -->
