<!--
function printHeader(pathstr, keywordstr, titlestr) {
document.write("<html>");
document.write("	<head>");
document.write("    <meta name=\"keyword\" content=\"", keywordstr, "\">");
document.write("	<meta name=\"description\" content=\"北アルプス、中央アルプス、南アルプスの登山情報。地図、コース紹介、山小屋情報、山行記、写真、登山知識などを紹介する\">");
document.write("    <title>", titlestr, "</title>");
document.write("	<link rel=\"stylesheet\" href=\"", pathstr, "css/main.css\" type=\"text/css\">");
document.write("  <meta http-equiv=\"Content-type\" content=\"text/html; charset=Shift_JIS\" />");
document.write("	</head>");
printHeaderNoTitle(pathstr);
return;
}

function printHeaderNoTitle(pathstr) {
document.write("	<body bgcolor='#ffffff' background='", pathstr, "img/indexlinebg.jpg' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
document.write("		<table border=0 width='100%' cellpadding=0 cellspacing=0 align=center background='", pathstr,"img/indexbg.jpg' style='background-repeat:no-repeat'>");
document.write("			<tr>");
document.write("				<td width=648 height=151 valign=top align=left><img src='", pathstr,"img/indexbar.jpg' border=0></td>");
document.write("				<td>&nbsp;</td>");
document.write("				<td rowspan=2 width=188 valign=top align=left>");
document.write("					<table border=0 cellpadding=0 cellspacing=0 width='100%' height='322'>");
document.write("						<tr><td height=8><img src='", pathstr,"img/point.gif' border=0></td></tr>");
document.write("						<tr><td><a href='", pathstr,"alps/1/index.html'><img src='", pathstr,"img/menu1.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"alps/2/index.html'><img src='", pathstr,"img/menu2.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"alps/3/index.html'><img src='", pathstr,"img/menu3.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='http://fire.prohosting.com/ourphoto/alps/'><img src='", pathstr,"img/menu4.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"climbequi/index.html'><img src='", pathstr,"img/menu5.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"paint/index.html'><img src='", pathstr,"img/menu6.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"wallpaper/index.html'><img src='", pathstr,"img/menu7.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='http://bbs6.fc2.com/cgi-bin/e.cgi/~jpalps/' target='_blank'><img src='", pathstr,"img/menu8.jpg' border=0></a></td></tr>");
document.write("						<tr><td><a href='", pathstr,"index.html'><img src='", pathstr,"img/menu9.jpg' border=0></a></td></tr>");
document.write("					</table>");
document.write("					<br>");
document.write("<iframe width='100%' height='500' FRAMEBORDER=0 SCROLLING=NO src='", pathstr, "js/ad.html'></iframe>");
document.write("				</td>");
document.write("			</tr>");
document.write("			<tr>");
document.write("				<td colspan=2 valign=top height=300><br>");
document.write("				<table border=0 width='97%' align=center><tr><td valign=top>");
return;
}

function printFooter(pathstr) {
document.write("				</td></tr></table>");	
document.write("				</td>");
document.write("			</tr>");
document.write("			<tr>");
document.write("				<td colspan=3 align=center valign=top>");
document.write("					<table border=0 cellpadding=0 cellspacing=0 width='98%' align=center>");
document.write("						<tr><td width=25><img src='", pathstr, "img/indexico.gif' border=0 align=left></td>");
document.write("						<td valign=center><img src='", pathstr, "img/line.gif' border=0 width='100%' height=1></td>");
document.write("						</tr>");
document.write("					</table>");
document.write("					Copyright &copy Hyac 2005 &nbsp;&nbsp; <a href='mailto:japanesealps@yahoo.co.jp'>Email: japanesealps@yahoo.co.jp</a>");
document.write("					&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("Last Update: ", document.lastModified);
document.write("          <br>");
document.write("					<a href='", pathstr, "other/explanation.html'>当サイトの説明</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("					<a href='", pathstr, "log/index.html'>更新履歴</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("					<a href='", pathstr, "other/aboutlink.html'>相互リンク</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("					<a href='", pathstr, "other/exclusion.html'>免責事項</a>");
document.write("				</td>");
document.write("			</tr>");
document.write("		</table>");
document.write("	</body>");
document.write("</html>");
return;
}
-->