function generalConfirm(dest, msg) {
	if(confirm(msg)) document.location=dest;
	}