// JavaScript Document

	function gotoAnchor(theAnchor) {
		location.replace(theAnchor); 
		var myBG = document.getElementById('hhbgdiv'); 
		myBG.style.top="-50%"; 
	}


var specialsMenu = '<div class="hhinternalnav"><a href="/hh/?page_id=17">MAIN</a> | <a href="/hh/?page_id=19">BRUNCH</a> | <a href="/hh/?page_id=22">BEER</a> | <a href="/hh/?page_id=24">WINE</a> | <span>TODAY&#8217;S SPECIALS</span></div>';

var beerMenu = '<div class="hhinternalnav"><a href="/hh/?page_id=17">MAIN</a> | <a href="/hh/?page_id=19">BRUNCH</a> | <span>BEER</span> | <a href="/hh/?page_id=24">WINE</a> | <a href="/hh/?page_id=240">TODAY&#8217;S SPECIALS</a></div>';

var wineMenu = '<div class="hhinternalnav"><a href="/hh/?page_id=17">MAIN</a> | <a href="/hh/?page_id=19">BRUNCH</a> | <span><a href="/hh/?page_id=22">BEER</a> | WINE</span> | <a href="/hh/?page_id=240">TODAY&#8217;S SPECIALS</span></div>';

var brunchMenu = '<div class="hhinternalnav"><a href="http://www.harbordhouse.ca/hh/?page_id=17">MAIN</a> | <span>BRUNCH</span> | <a href="http://www.harbordhouse.ca/hh/?page_id=22">BEER</a> | <a href="http://www.harbordhouse.ca/hh/?page_id=24">WINE</a> | <a href="/hh/?page_id=240">TODAY.&#8217;S SPECIALS</span></div>';

var mainMenu = '<div class="hhinternalnav"><span>MAIN</span> | <a href="/hh/?page_id=19">BRUNCH</a> | <a href="/hh/?page_id=22">BEER</a> | <a href="/hh/?page_id=24">WINE</a> | <a href="/hh/?page_id=240">TODAY&#8217;S SPECIALS</span></div>';

