function loadRoute(from, to)
{
	document.location.href = "?action=all&abfahrtsbezirk="+from+"&zielbezirk="+to+"&map=1&returnway=1";
}

function openBezirk(bezirk)
{
	document.location.href = "?action=all&bezirk="+bezirk+"&map=1&returnway=1";
}

function openEvents(bezirk)
{
	document.location.href = "?action=allevents&eventbezirk="+bezirk+"&map=1";
}

function openEM(bezirk)
{
	document.location.href = "?action=em2008&eventbezirk="+bezirk+"&map=1";
}