// JavaScript Document
function openHoliday() {
	window.open("./holiday/","holiday","width=500,height=400");
}

