
/* various help functions */

function verifyDelete(url) {
	if (confirm("削除でよろしいですか"))
		window.location = url;
}


