/* CSS Document */
function route ()
{
	window.open ("route.htm","","width=220, height=240, menubars=no, scrollbars=no, resizable=no");
}

function janein (nummer)
{

		zeigen=confirm("Wollen Sie diese Veranstaltung wirklich löschen?");

	if (zeigen==true)
	{
		location.href="gastebuch.php?weg=4&g_id="+nummer+"";
	}
	else
	{
	}
}
