sidenavi=new Array(	"advantages",	"members",	"database",	"overview",	"casestudy",	"contact"	);sidenavi_title=new Array(	"Introduce the merits for participating this project",	"Introduce members of this project",	"Download the datasheets concerned this project",	"Introduce the history of this project",	"Introduce the achieves of this project",	"Guest Book, FAQs",	"List of contact address.");sidesubcont=new Array();sidesubcont[4]=new Array(	"2004 Issues,i2004.html",	"2003 Issues,i2003.html",	"2002 Issues,i2002.html",	"2001 Issues,i2001.html",	"2000 Issues,i2000.html",	"1999 Issues,i1999.html",	"1998 Issues,i1998.html");sidesubcont[1]=new Array(	"1.2 billion people crying.,why.html",	"Banana save the world.,help.html",	"What beautiful materials!,materials.html",	"Rebirth cycle save the earth.,rebirth.html");sidesubcont[5]=new Array(	"The case of Haiti,../casestudy/haiti.html",	"The case of Jamaica,../casestudy/jamaica.html");sidesubcont[2]=new Array(	"Project leader,#leader",	"Teams,#teams",	"Countries,#countries",	"Campanies,#campanies",	"Cooperation,#cooperation");sidesubcont[3]=new Array(	"All Datasheets,../database/index.html",	"Sort by Media,../database/sortbymedia.html",	"Sort by Kind,../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="../../jp/index.html" target="_top"><img src="../img/navi_button0_j.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>');*/