function torles_link(link) {
    if( confirm("Biztosan töröljem?") ) {
		document.location.href = link;
	}
}
