function topButtonOver(thisButton) {
	document.getElementById('topButton' + thisButton).style.background = "url('http://www.berding-weil.com/_gfx/bw_home_fade.gif') 0 39px";
}

function topButtonOut(thisButton) {
	document.getElementById('topButton' + thisButton).style.background = "url('http://www.berding-weil.com/_gfx/bw_home_fade.gif') 0 80px";
}

function paMenuOver(thisPA) {
	document.getElementById('paMenu' + thisPA).style.backgroundColor = "#F9AB22";
}

function paMenuOut(thisPA) {
	document.getElementById('paMenu' + thisPA).style.backgroundColor = "#7b7b7b";
}
