
function potwierdzenie(url){
	
	var answer = confirm("Potwierdzenie spowoduje trwałe usunięcie użytkownika.");
	
	if(answer){
		window.location="index.php"+url;
	}

}

function potwierdzenie2(url){
	
	var answer = confirm("Potwierdzenie spowoduje trwałe usunięcie wiadmości.");
	
	if(answer){
		window.location="index.php"+url;
	}

}
