﻿function calendar_select3(){
	document.write(
		'<div id="calObj3"></div>' +
		'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;カレンダー切替：<select tabindex="30" name="selectLib" id="selectLib" onchange="changeCalender0(this);changeCalender(this);changeCalender2(this);" style="width:150px">' +
		'<option value="001">市民図書館</option>' +
		'<option value="003">東部コミュニティセンター</option>' +
		'<option value="004">河南コミュニティセンター</option>' +
		'<option value="005">河北コミュニティセンター</option>' +
		'<option value="006">中央コミュニティセンター</option>' +
		'</select>'
	);
}

calendar_select3();