function launch_report(obj) {
    var location = obj.options[obj.selectedIndex].value;
    if (location) {
	document.location.href = location;
    }
}
function backnumber() {
	document.open();
	document.write("<select name=\"hoge\" class=\"form\" onChange=\"launch_report\(this\)\">");	document.write("<option value=\"\">\ ↓過去の「大阪カントリーマラソン」プロジェクト会議 \ ");
	document.write("<option value=\"\">\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-");
		document.write("<option value=\"../marathon_meeting32/index\.html\">（最新）●第32回ミーティング→");
	document.write("<option value=\"../marathon_meeting31/index\.html\">●第31回ミーティング→");
	document.write("<option value=\"../marathon_meeting30/index\.html\">●第30回ミーティング→");
	document.write("<option value=\"../marathon_meeting29/index\.html\">●第29回ミーティング→");
	document.write("<option value=\"../marathon_meeting28/index\.html\">●第28回ミーティング→");		
	document.write("<option value=\"../marathon_meeting27/index\.html\">●第27回ミーティング→");	
	document.write("<option value=\"../marathon_meeting26/index\.html\">●第26回ミーティング→");	
	document.write("<option value=\"../marathon_meeting25/index\.html\">●第25回ミーティング→");	
	document.write("<option value=\"../marathon_meeting24/index\.html\">●第24回ミーティング→");
	document.write("<option value=\"../marathon_meeting23/index\.html\">●第23回ミーティング→");	
	document.write("<option value=\"../marathon_meeting22/index\.html\">●第22回ミーティング→");	
	document.write("<option value=\"../marathon_meeting21/index\.html\">●第21回ミーティング→");	
	document.write("<option value=\"../marathon_meeting20/index\.html\">●第20回ミーティング（コース検討会）→");	
	document.write("<option value=\"../marathon_meeting19/index\.html\">●第19回ミーティング（新春ジョギング大会）→");
	document.write("<option value=\"../marathon_meeting18/index\.html\">●第18回ミーティング→");	
	document.write("<option value=\"../marathon_meeting17/index\.html\">●第17回ミーティング（望年会）→");	
	document.write("<option value=\"../marathon_meeting16/index\.html\">●第16回ミーティング →");	
	document.write("<option value=\"../marathon_meeting15/index\.html\">●第15回ミーティング →");	
	document.write("<option value=\"../marathon_meeting14/index\.html\">●第14回ミーティング →");	
	document.write("<option value=\"../marathon_meeting13/index\.html\">●第13回ミーティング（コース検討会）→");
	document.write("<option value=\"../marathon_meeting12/index\.html\">●第12回ミーティング→");	
	document.write("<option value=\"../marathon_meeting11/index\.html\">●第11回ミーティング（春のジョギング大会）→");	
	document.write("<option value=\"../marathon_meeting10/index\.html\">●第10回ミーティング→");
	document.write("<option value=\"../marathon_meeting09/index\.html\">●第9回ミーティング（新春ジョギング大会）→");	
	document.write("<option value=\"../marathon_meeting08/index\.html\">●第8回ミーティング（望年会）→");	
	document.write("<option value=\"../marathon_meeting07/index\.htm\">●第7回ミーティング→");
	document.write("<option value=\"../marathon_meeting06/index\.htm\">●第6回ミーティング（コース検討会）→");	
	document.write("<option value=\"../marathon_meeting05/index\.htm\">●第5回ミーティング→");	
	document.write("<option value=\"../marathon_meeting04/index\.htm\">●第4回ミーティング→");
	document.write("<option value=\"../marathon_meeting03/index\.htm\">●第3回ミーティング→");
	document.write("<option value=\"../marathon_meeting02/index\.htm\">●第2回ミーティング→");
	document.write("<option value=\"../marathon_meeting01/index\.htm\">●第1回ミーティング→");
	document.write("</select>");
	document.close();
}

