//
// 別ページに飛ぶ
//
function jmp(mon){
	window.location.href = "./program"+mon+".html";
}
