﻿<!-- Begin MENU

var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-galleryouter"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="../picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');


document.write('</td><td>');
document.write('<a href="gallery1.htm" class="menu-gallery">Monuments</a>');



document.write('</td><td>');
document.write('<a href="gallery2.htm" class="menu-gallery">Nature</a>');


document.write('</td><td>');
document.write('<a href="gallery3.htm" class="menu-gallery">Fishing</a>');


document.write('</td><td>');
document.write('<a href="gallery4.htm" class="menu-gallery">Hunting</a>');


// END LINKS


document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="../picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
