function deleteconfirm (msg, urladress) {
	if (window.confirm(msg)) {
		location.href = urladress;
	}
}
