var notiz = document.getElementsByName("notiz");

	
	function projektnotiz ()
		{
		notiz.style.visibility = "visible";
		}
