function mkLink(url){
	window.location = url;
}
function notAdmin(){
	alert("Du er desværre ikke admin, og kan derfor ikke gemme ændringer");	
}

