//---------------------------------------------------------------- //病院選択部分 //クリニックの一覧取得 document.write(''); //病院をセット function setClinicSide() { areaSel = document.getElementById('calenderArea'); clinicListOpt = areaopt[areaSel.value]; clinicListVal = areaval[areaSel.value]; changeSelect('calenderClinic', clinicListOpt, clinicListVal); } //セレクトの変更 function changeSelect(fieldID, newOptions, newValues) { selectField = document.getElementById(fieldID); selectField.options.length = 0; if(typeof(newOptions)!='undefined'){ selectField.disabled=false; selectField.options[selectField.length] = new Option('▼病院を選択してください', ''); for (i=0; i 0 ){ valclinic.match(/[0-9]{1,4}/); var clsel = RegExp.lastMatch; for( i=0; i'); document.write(''); document.write(''); document.write('▼地域を選択して下さい'); document.write('北海道'); document.write('東北'); document.write('東京'); document.write('関東'); document.write('中部'); document.write('近畿'); document.write('中国'); document.write('四国'); document.write('九州・沖縄'); document.write(''); document.write(''); document.write('▼病院を選択してください'); document.write(''); document.write(''); document.write('8月日月火水木金土上の地域・病院を選択すると、ここに混雑状況が表示されます。');
8月