

/* トップページ用（↓）ヘッダー　*/

function header00(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='top.html'>トップページ</a></li>");
	document.write("<li><a href='mozaiko/index.html'>モザイコとは？</a></li>");
	document.write("<li><a href='organization/index.html'>組織について</a></li>");
	document.write("<li><a href='texts/index.html'>文章アーカイブ</a></li>");
	document.write("<li><a href='history/index.html'>ヒストリー</a></li>");
	document.write("<li><a href='products/shop.html'>製品・販売</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");

}


/* 第一階層ページ用（↓）ヘッダー　*/

function header01(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='../images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='../mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='../top.html'>トップページ</a></li>");
	document.write("<li><a href='../mozaiko/index.html'>モザイコとは？</a></li>");
	document.write("<li><a href='../organization/index.html'>組織について</a></li>");
	document.write("<li><a href='../texts/index.html'>文章アーカイブ</a></li>");
	document.write("<li><a href='../history/index.html'>ヒストリー</a></li>");
	document.write("<li><a href='../products/shop.html'>製品・販売</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");

}




/* 第二階層ページ用（↓）ヘッダー　*/

function header02(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='../../images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='../../mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='../../top.html'>トップページ</a></li>");
	document.write("<li><a href='../../mozaiko/index.html'>モザイコとは？</a></li>");
	document.write("<li><a href='../../organization/index.html'>組織について</a></li>");
	document.write("<li><a href='../../texts/index.html'>文章アーカイブ</a></li>");
	document.write("<li><a href='../../history/index.html'>ヒストリー</a></li>");
	document.write("<li><a href='../../products/shop.html'>製品・販売</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");
}




function footer(){
	document.write("<div id='footer'>");
	document.write("Copyright （C）2006 　Yoshimichi Shimizu. All Rights Reserved.");
	document.write("</div>");
}





/* 英文用（↓）ヘッダー　*/



function header_e00(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='top.html'>TOP</a></li>");
	document.write("<li><a href='english/index.html'>MOZAIKO</a></li>");
	document.write("<li><a href='english/gallery/index.html'>GALLERY</a></li>");
	document.write("<li><a href='texts/index.html'>TEXTS</a></li>");
	document.write("<li><a href='history/index.html'>HISTORY</a></li>");
	document.write("<li><a href='products/shop.html'>PRODUCTS</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");

}

function header_e01(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='../images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='../mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='../top.html'>TOP</a></li>");
	document.write("<li><a href='../english/index.html'>MOZAIKO</a></li>");
	document.write("<li><a href='../english/gallery/index.html'>GALLERY</a></li>");
	document.write("<li><a href='../texts/index.html'>TEXTS</a></li>");
	document.write("<li><a href='../history/index.html'>HISTORY</a></li>");
	document.write("<li><a href='../products/shop.html'>PRODUCTS</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");

}

function header_e02(){
	document.write("<div id='header'>");
	document.write("<IMG SRC='../../images/title.jpg' USEMAP='#mailform' BORDER=0>");
	document.write("<MAP NAME='mailform'>");
	document.write("<AREA SHAPE=rect COORDS=560,43,780,73 HREF='../../mailform/index.html'>");
	document.write("</MAP>");
	document.write("<div id='navigation'>");
	document.write("<ul>");
	document.write("<li><a href='../../top.html'>TOP</a></li>");
	document.write("<li><a href='../../english/index.html'>MOZAIKO</a></li>");
	document.write("<li><a href='../../english/gallery/index.html'>GALLERY</a></li>");
	document.write("<li><a href='../../texts/index.html'>TEXTS</a></li>");
	document.write("<li><a href='../../history/index.html'>HISTORY</a></li>");
	document.write("<li><a href='../../products/shop.html'>PRODUCTS</a></li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");

}