
//ナビゲーション部分のテーブルを書き出す
//ギャラリー

//日本語
function generateNaviJ(){
	document.write("<IMG src='../img_common/bar_yellow_90top.gif' width='90' height='6'><BR>");
	document.write("<A href='../index_j.html'><IMG src='../img_common/jpn/navi_top_on_j.gif' vspace='5' alt='トップページ' width='90' height='26' border='0'></A><BR>");
	document.write("<IMG src='../img_common/bar_yellow_90.gif' width='90' height='1' vspace='5'><BR>");
	document.write("<IMG src='../img_common/jpn/navi_gallery_off_j.gif' vspace='5' alt='ギャラリー' width='90' height='26'><BR>");
	document.write("<A href='../songs/s_j001.html'><IMG src='../img_common/jpn/navi_songs_on_j.gif' vspace='5' alt='童謡' width='90' height='26' border='0'></A><BR>");
	document.write("<A href='../commentary/artists_j.html'><IMG src='../img_common/jpn/navi_artists_on_j.gif' vspace='5' alt='「コドモノクニ」の画家たち' width='90' height='36' border='0'></A><BR>");
	document.write("<A href='../commentary/children_j.html'><IMG src='../img_common/jpn/navi_children_on_j.gif' vspace='5' alt='「コドモノクニ」の子どもたち' width='90' height='36' border='0'></A><BR>");
	document.write("<A href='../introduction/introduction_j.html'><IMG src='../img_common/jpn/navi_intro_on_j.gif' width='90' height='26' vspace='5' alt='この展示について' border='0'></A><BR>");
	document.write("<IMG src='../img_common/bar_yellow_90.gif' width='90' height='1' vspace='5'>");
}

//英語
function generateNaviE(){
	document.write("<IMG src='../img_common/bar_yellow_90top.gif' width='90' height='6'><BR>");
	document.write("<A href='../index_e.html'><IMG src='../img_common/eng/navi_top_on_e.gif' vspace='5' alt='Top Page' width='90' height='26' border='0'></A><BR>");
	document.write("<IMG src='../img_common/bar_yellow_90.gif' width='90' height='1' vspace='5'><BR>");
	document.write("<IMG src='../img_common/eng/navi_gallery_off_e.gif' vspace='5' alt='Gallery' width='90' height='26' border='0'><BR>");
	document.write("<A href='../songs/s_e001.html'><IMG src='../img_common/eng/navi_songs_on_e.gif' vspace='5' alt='Children's Songs' width='90' height='26' border='0'></A><BR>");
	document.write("<A href='../commentary/artists_e.html'><IMG src='../img_common/eng/navi_artists_on_e.gif' vspace='5' width='90' height='37' border='0' alt='Kodomo no kuni and It's Artist'></A><BR>");
	document.write("<A href='../commentary/children_e.html'><IMG src='../img_common/eng/navi_children_on_e.gif' vspace='5' alt='The Children of Kodomo no kuni' width='90' height='37' border='0'></A><BR>");
	document.write("<A href='../introduction/introduction_e.html'><IMG src='../img_common/eng/navi_intro_on_e.gif' width='90' height='26' vspace='5' alt='Introduction' border='0'></A><BR>");
	document.write("<IMG src='../img_common/bar_yellow_90.gif' width='90' height='1' vspace='5'>");
}
