function openWindow() {
window.open("","windowname","toolbar=0,location=0,scrollbars=1,width=850,height=700,resizable=1");
}

// 今月を取得しプルダウンに反映させる
hizuke=new Date();
nend=hizuke.getFullYear();
tuki=hizuke.getMonth()+1;
		
function openWindow1() {
	var nend;
	var tuki;
	tuki=hizuke.getMonth()+1;
	nend=hizuke.getFullYear();

	window.open('../yoyaku/kushitsu_hon.php?year=' + nend + '&month=' + tuki + '','','scrollbars=yes,left=0,top=0,width=650,height=700,resizable=1');
}
function openWindow2(nen_a,mon_a) {
	var nen_a;
	var mon_a;
	window.open('../yoyaku/kushitsu_hon.php?year=' + nen_a + '&month=' + mon_a + '','','scrollbars=yes,left=0,top=0,width=650,height=700,resizable=1');
}
