﻿



/* フッター部分（↓）※注意：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>");
}



function disp(url){
window.open(url, "info", "width=640,height=480,scrollbars=yes,resizable=yes");
}





