/**
 * index.js
 */

/**
 * 全ての職種をチェック
 */
function check_all_working_place(aForm) {
	aForm.work_type_1.enabled = true;
	aForm.work_type_2.enabled = true;
	aForm.work_type_3.enabled = true;
	aForm.work_type_4.enabled = true;
	aForm.work_type_5.enabled = true;
}

/**
 * 横浜全域をチェック
 */
function check_all_yokohama(aForm) {
}
