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