function ConfirmChoice(locationOnAccept) 
{ 
	answer = confirm("Na pewno?")
	if ( answer !=0 ) { location = locationOnAccept; } 
}
