// 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">Who We Are</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="tour-home.htm" class="menu">Virtual Tours</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="slideshow-home.htm" class="menu">Slideshows</a>');


document.write('</td><td nowrap>');
document.write('<a href="our_philosophy.htm" class="menu">What We Do</a>');

document.write('</td><td nowrap>');
document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');

document.write('</td><td nowrap>');
document.write('<a href="veterans_news.htm" class="menu">Veterans</a>');

document.write('</td><td nowrap>');
document.write('<a href="membership.htm" class="menu">Membership</a>');

document.write('</td><td nowrap>');
document.write('<a href="volunteer.htm" class="menu">Be Involved</a>');

document.write('</td><td nowrap>');
document.write('<a href="volunteer.htm" class="menu">Giving</a>');

document.write('</td><td nowrap>');
document.write('<a href="/forums/index.php" class="menu">Forums</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="gallery1.htm" class="menu">Galleries</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="news.htm" class="menu">News</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->