function header(title, subtitle, subtitle2, date){	document.write("<CENTER>");	document.write("<H4><A NAME=top HREF=../index.html>佐倉哲エッセイ集</A></H4>");	document.write("<H2><IMG SRC=../graphics/book.gif></H2>");	document.write("<font size=+3>");	document.write(title);	document.write("</font><BR>");	document.write("<font size=+1>");	document.write(subtitle);	document.write("</font><P>");		document.write("<font size=+2>");	document.write(subtitle2);	document.write("</font>");			document.write("<H4>佐倉　哲</H4>");	document.write("<P><FONT SIZE=-1>");	document.write(date);	document.write("</FONT>");	document.write("<P></CENTER>");}function navigator(previous, next){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	if (previous != "") {		document.write("［<A HREF=");		document.write(previous);		document.write(">前ページ</A>］");	}	document.write("［<A HREF=../index.html>ホームページ</A>］");	document.write("［<A HREF=index.html>仏教</A>］");	document.write("［<A HREF=../replies/buddhism/index.html>来訪者の声</A>］");	if (next != "") {		document.write("［<A HREF=");		document.write(next);		document.write(">次ページ</A>］");	}	document.write("</CENTER></FONT>");}function navigator1(previous, next){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	if (previous != "") {		document.write("［<A HREF=");		document.write(previous);		document.write(">前ページ</A>］");	}	document.write("［<A HREF=../index.html>ホームページ</A>］");	document.write("［<A HREF=index.html>仏教</A>］");	document.write("［<A HREF=muga_0.html>無我の思想</A>］");	document.write("［<A HREF=../replies/buddhism/index.html>来訪者の声</A>］");	if (next != "") {		document.write("［<A HREF=");		document.write(next);		document.write(">次ページ</A>］");	}	document.write("</CENTER></FONT>");}function navigator2(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("［<A HREF=../index.html>ホームページ</A>］");	document.write("［<A HREF=index.html>仏教</A>］");	document.write("［<A HREF=../other_religions/index.html>その他の宗教</A>］");	document.write("［<A HREF=../replies/buddhism/index.html>仏教に関する来訪者の声</A>］");	document.write("［<A HREF=../replies/neo/index.html>他宗教に関する来訪者の声</A>］");	document.write("</CENTER></FONT>");}function footer(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("あなたのご意見、感想、質問は ");	document.write("<A HREF=mailto:sakura@j-world.com>sakura@j-world.com</A>へどうぞ");	document.write("<HR>");	document.write("<A HREF=../contact.html>著者</A>及び");	document.write("<A HREF=../copyright.html>著作権</A>について");	document.write("</CENTER></FONT>");}
