function check() {
if (document.top.ken.value == 00) {
alert("都道府県を必ず選択してください。");
return false
}
return true;
}

