<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage0		= "yes"		//  SHOW TOP SIDEBAR IMAGE
var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRD SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


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



// START LINKS //



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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Reservations & Policies</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="our_favorites.htm" class="menu">Our Favorite Places</a>');


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tailoring.htm" class="menu">Tailorings & Packages</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="http://www.blueheronbandb.com/blog/" class="menu" target="_blank">Guestbook</a>');


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


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


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



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

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


// START MENU IMAGES


   if (showimage0 == "yes") {
document.write('<br><br><a href="http://twitter.com/blueheronbandb" target="_blank"><img src="picts/twitter_sm.jpg" width="144" height="86" border="0" alt="Follow us on Twitter..." title="Follow us on Twitter..."></a><br><br><a href="http://www.facebook.com/profile.php?id=1394409071" target="_blank"><img src="picts/facebook_sm.jpg" width="144" height="45" border="0" alt="Become a fan on Facebook..." title="Become a fan on Facebook..."></a>');
}
   if (showimage1 == "yes") {
document.write('<br><br><a href="http://www.blueheronbandb.com" alt="The Bule Heron Inn - a Bed & Breakfast" title="The Bule Heron Inn - a Bed & Breakfast"><img src="picts/bh_logo.gif" width="144" height="100" border="0" alt="The Blue Heron Bed & Breakfast - Solomon, Maryland"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/sm_harborhouse.jpg" width="127" height="98" border="0"><br><br>');
}
   if (showimage3 == "yes") {
document.write('<a href="http://www.calvertchamber.org" target="_blank" alt="Proud member of the Calvert County Chamber of Commerce" title="Proud member of the Calvert County Chamber of Commerce"><img src="picts/chamber_logo_small.gif" width="125" height="62" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
