sidenavi=new Array(	"advantages",	"members",		"database",	"overview",	"casestudy",	"contact");sidenavi_title=new Array(	"プロジェクトの概要、理念を知ることができます",	"プロジェクトを支援していただいている団体、人々の紹介をします",	"今までに配布された資料や統計資料がダウンロードできます",	"プロジェクトの歴史を知ることができます",	"各国の具体的な事例を紹介します",	"お問い合わせはこちらからお願いします");sidesubcont=new Array();sidesubcont[4]=new Array(	"2004年の活動報告,i2004.html",	"2003年の活動報告,i2003.html",	"2002年の活動報告,i2002.html",	"2001年の活動報告,i2001.html",	"2000年の活動報告,i2000.html",	"1999年の活動報告,i1999.html",	"1998年の活動報告,i1998.html");sidesubcont[1]=new Array(	"12億人の人が泣いている,why.html",	"いまバナナが地球を救う,help.html",	"こんなにすてきなものができた,materials.html",	"地球を救う再生の循環へ,rebirth.html");sidesubcont[5]=new Array(	"ハイチでの活動,haiti.html",	"ジャマイカでの活動,jamaica.html");sidesubcont[2]=new Array(	"プロジェクトリーダー,#leader",	"チーム,#teams",	"参加国,#countries",	"協力企業,#campanies",	"協力者,#cooperation");sidesubcont[3]=new Array(	"すべてのデータシート,../database/index.html",	"メディアで並べ替え,../database/sortbymedia.html",	"情報種別で並べ替え,../database/sortbykind.html");sidesubcont[6]=new Array();//英語・日本語切替ボタン表示if (menu_num!=0){	document.write('<a href="../top/index.html"><img src="../img/navi_button0.gif" border="0" /></a>');}else{	document.write('<a href="../../en/index.html" target="_top"><img src="../img/navi_button0_e.gif" border="0" /></a>');}//コンテンツメニューボタン表示for (i=1;i<=button_num; i++){	if (i==menu_num){		imgselected="_f2";	}else{		imgselected="";	}		document.write('<a href="../'+ sidenavi[i-1] +'/index.html" onMouseover="std_swap('+ i +')" onMouseout="std_swapout(' + i + ')"><img src="../img/navi_button'+ i + imgselected + '.gif" border="0" name="b'+ i +'" title="'+sidenavi_title[i-1]+'" /></a>');		if (i==menu_num){		document.write('<div class="sidesub">');		if (sidesubcont[menu_num].length!=0){			for (s=0; s<sidesubcont[menu_num].length; s++){				is_input=sidesubcont[menu_num][s].split(',');				document.write('<span class="sidearrow">&gt;&nbsp;</span><a href="'+is_input[1]+'" id="'+sidenavi[menu_num-1]+'">'+is_input[0]+'</a><br>');			}		}		document.write('</div>');	}else{		document.write('<br /><img src="../img/trans.gif" height="6" width="1"><br />');	}}//会期中バナー表示/*if(menu_num!=-1)document.write('<br /><a href="../exhi/index.html"><img src="../../shareimg/exhi_img_banner.gif" border="0" /></a>');*/