function confirmation2(mesaj,unde) {
	if(confirm(mesaj)){
			document.location=unde;
	}
}