
function validate(f){
	return confirm( "この内容で送信します。\nよろしいですか？" );
}

