function delConfirm(url)
{
	if (confirm('Biztos benne, hogy törölni szeretné?')) {
		location.href = url;
	}
}