function fenster(url)
		{
		window.open (url,"Details","width=500,height=500,statusbar=no");
		return false
		}
