<!-- 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 showimage4		= "yes"		//  SHOW FOURTH 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>');
}
   if (showimage4 == "yes") {
document.write('<table style="background-color:#FFFFFF; font-size:10px"><tr><td align="center"><a href="http://www.mesothelioma.com/community/" title="Mesothelioma Community Resource Network" target="_blank"><img src="picts/long-term-housing.jpg" width="125" height="70" border="0"><br>Mesothelioma Community Resource Network</a><br>The Blue Heron Inn Bed and Breakfast is proud to share resources with the Mesothelioma Community Resource Network. Family and loved ones of those undergoing cancer treatment or other procedures will find comfort while lodging with us.  Visit the <a href="http://www.mesothelioma.com" target="_blank">Mesothelioma Cancer Alliance</a> to learn more about <a href="http://www.mesothelioma.com/mesothelioma" target="_blank">mesothelioma</a>.</td></tr></table><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
