function abfrage(frage, url, sec_url)
{
	if(confirm(frage))
	{
		window.top.location=url;
	}
	else
	{
		window.top.location=sec_url;
	}
}
