﻿
/* ヘッダー＆タイトル部分（↓）*/
/* title() は 575、calenderページ。title2() は diary、museum、spot、diningページ。*/

function title(){
	document.write("<div id='header'>");
	document.write("<A HREF='../top.html'><IMG SRC='../images/header02.gif' ALIGN='right' BORDER=0></A>");
	document.write("<IMG SRC='../images/header01.gif'>");
	document.write("</div>");
	document.write("<div id='title' style='background:url(images/title.gif)'>");
	document.write("<A HREF='../top.html'><IMG SRC='../images/b0return1.gif' ALIGN='right' BORDER=0></A>");
	document.write("</div>");
}
function title2(){
	document.write("<div id='header'>");
	document.write("<A HREF='../top.html'><IMG SRC='../images/header02.gif' ALIGN='right' BORDER=0></A>");
	document.write("<IMG SRC='../images/header01.gif'>");
	document.write("</div>");
	document.write("<div id='title2' style='background:url(images/title.gif);'>");
	document.write("<A HREF='../top.html'><IMG SRC='../images/b0return1.gif' ALIGN='right' BORDER=0></A>");
	document.write("</div>");
}







/* フッター部分（↓）※注意：footer()の中からinquiry()を参照しています。*/

function inquiry(){
window.open("../mailform/index2.html", "inquiry", "width=670, height=560, scrollbars=yes, resizable=yes");
}

function footer(){
	document.write("<IMG SRC='../images/footer01.gif'>");
	document.write("<div id='footer'>");
	document.write("<a href='../mailform/index2.html' target='inquiry' onClick='inquiry()'><IMG SRC='../images/footer02.gif' ALIGN='right' BORDER=0></a>");

	document.write("<TABLE><TR><TD>");
	document.write("<A HREF='http://www.softopia.info/'>ソフトピアジャパン施設利用案内</A> | <A HREF='http://www.softopia.or.jp/'>財団法人ソフトピアジャパン</A> | <A HREF='http://www.johokobo.com/'>大垣市情報工房</A>");
	document.write("</TD></TABLE>");

	document.write("</div>");
}



