var gSelectionName = new Array(	"▼CONTENTS",
								"┣━トップページ",
								"┣━更新情報",
								"┣▼テキスト",
								"┃┣雨対策をわすれずに",
								"┃┣川原でできる自然体験",
								"┃┣森の土壌調査",
								"┃┣自然体験活動のための用具･道具あれこれ",
								"┃┣自然体験活動のすすめ(5)",
								"┃┣キャンプがもたらす新しい家族の絆",
								"┃┣自然体験活動の企画運営マニュアル(2)",
								"┃┣バードウォッチングの楽しみ方",
								"┃┣自然体験活動のリスクマネジメント",
								"┃┗アウトドアで食べるということ",
								"┣▼OPINION",
								"┃┣好奇心は旅の素",
								"┃┣森林とのふれあいの場としての国有林",
								"┃┣自然学校の現場から(1)",
								"┃┣こころとからだを作る自然体験",
								"┃┣冒険家から自然体験指導者へのメッセージ(2)",
								"┃┣チャレンジ精神を応援します",
								"┃┣子どもの心をはぐくむ自然体験",
								"┃┗なぜ、いまなぜ自然体験が必要か",
								"┣▼連載記事",
								"┃┣私の自然体験(1)",
								"┃┣自然暮らしは面白い(2)",
								"┃┣自然体験活動のウェアを科学する",
								"┃┗アウトドアあれこれ",
								"┣━自然体験NOW",
								"┣━推薦図書",
								"┣━フィールド・施設",
								"┣━リンク集",
								"┗━事務局より" ) ;
var gSelectionURL = new Array(	"",
								"index.html",
								"update.html",
								"",
								"kojitu/20020610f.html",
								"yamaboshi/20020610f.html",
								"yamaboshi/20020601f.html",
								"tkitani/20020601f.html",
								"yohkura/20020601f.html",
								"htakahashi/20020501f.html",
								"tkawashima/20020501f.html",
								"wbsj/20020410f.html",
								"hsato/20020401f.html",
								"aokumura/20020401f.html",
								"",
								"jsetsuda/20020601f.html",
								"rinya/20020510f.html",
								"thirose/20020510f.html",
								"mmiura/20020501f.html",
								"nkunori/20020610f.html",
								"taidan0204/20020401f.html",
								"mext0204/20020401f.html",
								"thoshino/20020401f.html",
								"",
								"wtatematsu/20020520f.html",
								"kshimizu/20020501f.html",
								"mizuno/20020401f.html",
								"tnakamura/20020610f.html",
								"taikennow/20020610f.html",
								"books/20020420f.html",
								"field/20020501f.html",
								"link.html",
								"author.html" ) ;

function WriteCopyright()
{
	document.write( "<FONT CLASS=\"copy\">Copyright &copy; 2002-2004 Ando Foundation.<BR>" ) ;
	document.write( "掲載の記事・写真・図表などの無断転載を禁止します。<BR>" ) ;
	document.write( "著作権は財団法人安藤スポーツ・食文化振興財団、またはその情報・コンテンツ提供者に帰属します。</FONT>" ) ;
}

function WriteSelection()
{
	len = gSelectionName.length ;
	
	document.write( "<FORM NAME=\"jump\"><IMG SRC=\"top/jump.gif\" ALIGN=\"TOP\"><SELECT NAME=\"selection\" onChange=\"JumpSelection()\">" ) ;
	for( i=0; i<len; i++ )
	{
		document.write( "<OPTION VALUE=\"" + gSelectionURL[i] + "\">" + gSelectionName[i] + "</OPTION>" ) ;
	}
	document.write( "</SELECT></FORM>" ) ;
}

function JumpSelection()
{
	num = document.jump.selection.selectedIndex ;
	if( num > 0 && document.jump.selection.options[num].value != '' )
	{
		document.location = document.jump.selection.options[num].value ;
	}
	else
	{
		document.jump.selection.selectedIndex = 0 ;
	}
}

function ImageWin( url, w, h )
{
	h = h + 10 ;
	subwin = window.open( '', 'image', 'width='+String(w)+',height='+String(h)+',scrollbar=no' ) ;
	subwin.document.open() ;
	subwin.document.writeln( '<HTML>' ) ;
	subwin.document.writeln( '<HEAD><TITLE>Image</TITLE></HEAD>' ) ;
	subwin.document.writeln( '<BODY BGCOLOR="white" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" LEFTMARGIN="0" BOTTOMMARGIN="0" RIGHTMARGIN="0">' ) ;
	subwin.document.writeln( '<DIV ALIGN="CENTER"><IMG SRC="'+url+'"><BR><A HREF="Javascript:window.close()">閉じる</A></DIV>' ) ;
	subwin.document.writeln( '</BODY>' ) ;
	subwin.document.writeln( '</HTML>' ) ;
	subwin.document.close() ;
	subwin.focus() ;
}

function ConceptWin()
{
	subwin = window.open( 'concept.html', 'concept', 'width=400,height=360,scrollbars=yes' ) ;
	subwin.focus() ;
}

function OpinionWin()
{
	subwin = window.open( 'http://www.shizen-taiken.com/form.html', 'opinion', 'width=420,height=480,scrollbars=yes' ) ;
	subwin.focus() ;
}

function NewsWin( url )
{
	subwin = window.open( url, 'news', 'width=640,height=480,scrollbars=yes' ) ;
	subwin.focus() ;
}

function WriteInfo()
{
	len = gSelectionName.length ;
	
	document.write( "<FONT CLASS=\"INFO\"><DIV ALIGN=\"RIGHT\">最終更新日 2004.6.29</DIV>" ) ;
	document.write( "平成16年度トムソーヤースクール企画コンテスト<BR>本年度の応募を締め切りました。<BR>次回は7月9日更新予定です。</FONT>" ) ;
}


