// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "left"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


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="IMAGE-ONLY-slideshow-home.htm" class="menu">Slideshows</a>');


document.write('</td><td nowrap>');
document.write('<a href="videos.htm" class="menu">Videos</a>');


document.write('</td><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</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">Sitemap</a>');

document.write('</td><td nowrap>');
document.write('<a href="resources.htm" class="menu">Resources</a>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->