//  Begin MENU LINKS AND OPTIONS menu.js file


// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showimage 	= "yes" 			// SHOW THE SMALL IMAGE ON THE MENU
var imaglink	= "cart.htm"		// SMALL IMAGE PAGE LINK
var linkstop 	= "no" 			// START LINKS AT THE VERY TOP
var date 	= "yes" 	  	// SHOW DATE



document.write('<DIV id="menu" class="printhide">');



// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //


document.write('<a href="index.html" class="menu">Home</a>');

document.write('<a href="wagons.html" class="menu">Wagons</a>');

document.write('<a href="officers.html" class="menu">Current Officers</a>');

document.write('<a href="news.htm" class="menu">News</a>');

document.write('<a href="http://www.southwesttrailridersassoc.org/webcal" class="menu">Calendar</a>');

document.write('<a href="http://gallery.southwesttrailridersassoc.org/gallery" class="menu">Photo Gallery</a>');

document.write('<a href="contactus.html" class="menu">Contact Us</a>');







// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="index.html" class="menu">Home</a>');
