<!-- Begin

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


var menuimage 	= "no" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "5"		// MOVE MENU DOWN
var space	= "yes"		// MENU TOP SPACE | no | yes |
space_bottom	= "1"		// MENU BOTTOM SPACE in pixels


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="150" class="menuwidth"><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="126" class="menutrans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}




// START MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="weather.php" class="menu">Weather</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.php" class="menu">News</a>');





// MENU SEPARATOR 1

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




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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://bureaucounty.proboards.com" class="menu">Forum</a>');


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




// MENU SEPARATOR 2

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





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Gallery 1</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery2.htm" class="menu">Gallery 2</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="DylanCarlson.htm" class="menu">Gallery 3</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="slideshow.htm" class="menu">Slideshow</a>');





// MENU SEPARATOR 3

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

document.write('</td></tr><tr><td wrap align="center">');
document.write('<a href="http://bureaucountyclerk.com/" class="menu">County Clerk</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Government.htm" class="menu">County Board</a>');


// MENU SEPARATOR 4

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


document.write('</td></tr><tr><td align="center">');
document.write('<class="menu">"Today, when a concerted effort is made to obliterate this point, it cannot be repeated too often that the Constitution is a limitation on the government, not on private individuals—that it does not prescribe the conduct of private individuals, only the conduct of the government—that it is not a charter for government ...power, but a charter of the citizens’ protection against the government." —Ayn Rand');


document.write('</td></tr><tr><td class="menu-bottomline">');
document.write('<img src="picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr></table></div>');

//  End -->