<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "100"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		    = "10"		// MENU TOP SPACING

var showimage		= "no"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "/signup.html"	// LINK FOR IMAGE 1

document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="/index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/about.html" class="menu" onMouseover="Sound()">About Maury</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/swimlessons/index.html" class="menu" onMouseover="Sound()">Swim Lessons</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/swimteam/index.html" class="menu" onMouseover="Sound()">Swim Team</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.google.com/calendar/embed?src=maurymckinney%40gmail.com&ctz=America/New_York" target="_blank" class="menu" onMouseover="Sound()">Calendar</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/climbing.html" class="menu" onMouseover="Sound()">Climbing</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/testimonials.htm" class="menu" onMouseover="Sound()">Testimonials</a>');


// END TOP LINKS //

document.write('</td></tr><tr><td align="center">');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="/assets/picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}


// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/blog" class="menu" onMouseover="Sound()">Blog</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/gallery" class="menu" onMouseover="Sound()">Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.html" class="menu" onMouseover="Sound()">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/site_map.htm" class="menu" onMouseover="Sound()">Site Map</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/contact.htm" class="menu" onMouseover="Sound()">Contact</a>');


// END BOTTOM LINKS //

document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="/assets/picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');

document.write('</td></tr></table>');

//  End -->
