function header(title, subtitle){	document.write("<CENTER>");	document.write("<H4><A NAME=top HREF=../index.html>佐倉哲エッセイ集</A></H4>");	document.write("<h1>" + title + "</h1>");	document.write("<h3>" + subtitle+ "</h3>");	document.write("<P></CENTER>");}function navigator(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("［<A HREF=../index.html>ホームページ</A>］");	document.write("［<A HREF=../replies/index.html>来訪者の声</A>］");	document.write("</CENTER></FONT>");}function mailme () {	u="sakura.tetsu";	pre = "ma";	url = pre + "ilto:" + u;	dom="j-world.com"	document.location.href = url +"@"+ dom;}function footer(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("［<A HREF=index.html>ホームページ</A>］");	document.write("［<A HREF=replies/index.html>来訪者の声</A>］");	document.write("<HR>");	document.write("ご意見、感想、質問は ");	document.write("<a href='javascript:mailme()'>こちら</a>からどうぞ");	document.write("<HR>");	document.write("<A HREF=contact.html>著者</A>及び");	document.write("<A HREF=copyright.html>著作権</A>について<br/>");	// document.write("<HR>");	document.write("Copyright 1996-2007 Sakura Tetsu");	document.write("</CENTER></FONT>");}function qry(word) {  var win;  win = window.open ("","","toolbar=yes, location=yes, scrollbars=yes, directories=yes, status=yes, resizable=yes, menubar=yes");win.document.write("<HTML><HEAD><META http-equiv=Content-Type content=text/html; charset=Shift_JIS><TITLE>Searching...</TITLE></HEAD><BODY>");win.document.write("<form name='qryform' method=GET action=http://www.google.co.jp/search>");win.document.write("<input type=hidden name=hl value=ja>");win.document.write("<input type=hidden name=inlang value=ja>");win.document.write("<input type=hidden name=safe value=off>");win.document.write("<input type=hidden name=q size=30 maxlength=256 value='");win.document.write(word);win.document.write("'>");win.document.write("<input type=hidden name=btnG VALUE=search>");win.document.write("<input type=hidden name=lr value=lang_ja>"); win.document.write("</BODY></HTML>"); win.document.qryform.submit(); win.document.close(); return false;}