function del(id){
	if (confirm("Opravdu chcete smazat tento záznam?")){
		window.location = 'occupation.php?ac=delete&id='+id;
	}
}
