	function sitemap(){
		if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none")
		{
			location = "/Event_und_Neue_Medien_GbR/" + document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
		}
	}

