// JavaScript Document

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