menusOn = true;
function menuAct( cell ) {
	cell.style.backgroundColor = "#E0E0E0";
	cell.style.cursor = "hand";
}
function menuInAct( cell ) {
	cell.style.backgroundColor = "#CCCCCC";
}
function menuGo( link ) {
	location.href = homeURL + link;
}
