function swapIn(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
function swapOut(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
function menu_goto()
{
	var SelectedItem;
	var gotourl;
	SelectedItem = document.getElementById("newurl").selectedIndex;
	gotourl = document.getElementById("newurl").options[SelectedItem ].value;
	document.location = gotourl;
}
window.status = "Welcome to the Medway Beer Festival website";