<!-- 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="gallery-1.htm" class="menu-2">Gallery One</a>');


document.write('</td><td>');
document.write('<a href="gallery-2.htm" class="menu-2">Gallery Two</a>');


document.write('</td><td>');
document.write('<a href="gallery-3.htm" class="menu-2">Gallery Three</a>');


document.write('</td><td>');
document.write('<a href="gallery-4.htm" class="menu-2">Gallery Four</a>');


document.write('</td><td>');
document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="menu-2">Slideshow</a>');


document.write('</td><td>');
document.write('<a href="site_map.htm" class="menu-2">Site Map</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 -->
