function confirmNav(url) {
	if(confirm("This action is irreversible. Do you wish to continue?"))
		window.location = url;
}
