<!-- Begin MENU LINKS AND OPTIONS
// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var linkstop 	= "no" 			// START LINKS AT THE VERY TOP



document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/spacer.gif" width="10" height="18"><br>');
}
document.write('<img src="picts/menu-top.gif"><br>');

// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //


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



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


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



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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calendar.htm" class="menu">Calendar</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="stuff.htm" class="menu">Stuff</a>');



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



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



// START BOTTOM IMAGE AREA



document.write('</td></tr><tr><td>');
   if (document.title == "Trips") {
document.write('<center><br><br>');
document.write('<img src="picts/bag.gif" HEIGHT="150" WIDTH="95" border="0"></a><br>');
document.write('</center>');
}
document.write('</td></tr></table></DIV>');




//  End -->
