<!-- Begin

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



var menualign		= "right"	// MENU | left | center | right |
var endspace		= "3"		// MENU END SPACING



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+menualign+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');


// START MENU 2 LINKS

// COPY AND PASTE THE FOLLOWING 2 LINES TO ADD A NEW LINK






document.write('</td><td>');
document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="menu-2">Slideshow of our Maple Bay Friends and Families</a>');




document.write('</td><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
//  End -->