function Val(varValue) {
	if (isNaN(varValue)) {
		return 0;
	} else {
		return Math.round(varValue);
	}
}

function sure() {
	return confirm("Er du sikker?")
}

function alignMenuRight(oMenu) {
	var oDiv
}

function showMenu(oMenu) {
	oMenu.className = "menuheaderhighlight"
	oMenu.all.menu.style.display = "";
}

function hideMenu(oMenu) {
	oMenu.all.menu.style.display = "none";
	oMenu.className = "menuheader"
}
