﻿function dispHeader() {
	document.write("<div id='top'>");
	document.write("<a href='http://www.jma.go.jp/jma/'><img class='jmalogo' alt='jmaロゴ' src='./image/JmaLogo.png' /></a>");
	document.write("<a href='http://www.jma.go.jp/jma/kishou/info/harerun.html'><img class='harerun' alt='はれるん' src='./image/harerun.png' /></a>");
	document.write("<p>国土交通省&nbsp;気象庁<br /><span style='font-size:180%;'>新千歳航空測候所&nbsp;旭川空港出張所</span></p>");
	document.write("<div class='dummy'></div>");
	document.write("</div>");

	document.write("<table id='navi'>");
	document.write("<tr>");
	document.write("<td><a href='./index.html'>トップ</a></td>");
	document.write("<td><a href='./infomation.html'>気象情報</a></td>");
	document.write("<td><a href='./character.html'>気象特性</a></td>");
	document.write("<td><a href='./introduction.html'>業務紹介</a></td>");
	document.write("<td><a href='./link.html'>リンク</a></td>");
	document.write("</tr>");
	document.write("</table>");
}
