var header_str = '<table width="788" border="0" cellspacing="0" cellpadding="0">';
header_str += '<tr><td><h1 title="学校法人 浦山学園"><a name="top"><img src="https://www.urayama.ac.jp/img/title.gif" alt="学校法人 浦山学園" width="788" height="50" usemap="#Map"></a></h1>';
header_str += '<map name="Map"><area shape="rect" coords="691,7,790,24" href="http://www.urayama.ac.jp/archives.html" alt="インフォメーション"><area shape="rect" coords="8,0,377,47" href="http://www.urayama.ac.jp/" alt="学校法人 浦山学園"></map></td></tr>';
header_str += '<tr><td><table width="788" border="0" cellspacing="0" cellpadding="0"><tr>';
header_str += '<td id="menu_td1" class="bg4" width="195" onmouseover="menu_show(\'menu1\',\'top\')\;fOver(this, true)\;" onmouseout="menu_hide(\'menu1\')\;fOver(this, false)\;" onmousedown="fJump(this)\;">浦山学園について</td>';
header_str += '<td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';
header_str += '<td id="menu_td2" class="bg4" width="196" onmouseover="menu_show(\'menu2\',\'top\')\;fOver(this, true)\;" onmouseout="menu_hide(\'menu2\')\;fOver(this, false)\;" onmousedown="fJump(this)\;">設置校の案内</td>';
header_str += '<td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';

header_str += '<td id="menu_td3" class="bg4" width="196" onmouseover="menu_show(\'menu3\',\'top\')\;fOver(this, true)\;" onmouseout="menu_hide(\'menu3\')\;fOver(this, false)\;" onmousedown="fJump(this)\;">地域交流(フォーラム)</td>';
header_str += '<td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';


header_str += '<td id="menu_td4" class="bg4" width="196" onmouseover="menu_show(\'menu4\',\'top\')\;fOver(this, true)\;" onmouseout="menu_hide(\'menu4\')\;fOver(this, false)\;" onmousedown="fJump(this)\;">お問い合わせ</td>';
header_str += '</tr></table></td></tr></table>';


var footer_str = '<table width="788" border="0" cellspacing="0" cellpadding="0" id="noticemenu"><tr>';
footer_str += '<td class="bg4" width="55%" style="cursor:default;">学校法人 浦山学園</td><td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';
footer_str += '<td id="menu_td7" class="bg4" width="15%" onmouseover="fOver(this, true)\;" onmouseout="fOver(this, false)\;" onmousedown="fJump(this)\;">Legal Notice</td><td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';
footer_str += '<td id="menu_td8" class="bg4" width="15%" onmouseover="fOver(this, true)\;" onmouseout="fOver(this, false)\;" onmousedown="fJump(this)\;">Privacy Policy</td><td><img src="https://www.urayama.ac.jp/img/menu_bgline.gif" alt="" width="2" height="24"></td>';
footer_str += '<td id="menu_td9" class="bg4" width="15%" onmouseover="fOver(this, true)\;" onmouseout="fOver(this, false)\;" onmousedown="fJump(this)\;">Site Map</td></tr></table>';

var promo_str = '<div id="banner"><p class="img"><a href="http://www.urayama.ac.jp/chairman/"><img src="https://www.urayama.ac.jp/img/bana_ri.gif" title="理事長の部屋" alt="理事長の部屋"></a></p><p class="img"><a href="http://www.urayama.ac.jp/saiyo/"><img src="https://www.urayama.ac.jp/img/saiyo.gif" title="採用情報" alt="採用情報"></a></p><p class="img"><a href="http://www.urayama.ac.jp/rinen.html" title="理念　指針　規範" alt="理念　指針　規範"><img src="https://www.urayama.ac.jp/img/u_bana.gif"></a></p><p class="img"><a href="http://www.dreamcompass.jp/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-dream.png" alt="ドリームコンパス" /></a></p><p class="img"><a href="http://www.t-fukushi.urayama.ac.jp/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-t-fukushi.png" alt="富山福祉短期大学" /></a></p><p class="img"><a href="http://www.bit.urayama.ac.jp/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-bit.png" alt="富山情報ビジネス専門学校" /></a></p><p class="img"><a href="http://www.chuo.urayama.ac.jp/kanazawa/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-chuo_kanazawa.png" alt="金沢中央予備校" /></a></p><p class="img"><a href="http://www.chuo.urayama.ac.jp/toyama/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-chuo_toyama.png" alt="中央予備校富山校" /></a></p><p class="img"><a href="http://www.sth8787.net/" target="_blank"><img src="https://www.urayama.ac.jp/img/bannar-tsukurimichi.png" alt="新湊作道保育園" /></a></p></div>';

if (document.getElementById) {
	document.getElementById("header").innerHTML=header_str;
	document.getElementById("footer").innerHTML=footer_str;
	document.getElementById("promo").innerHTML=promo_str;
} else if(document.all) {
	document.all("header").innerHTML=header_str;
	document.all("footer").innerHTML=footer_str;
	document.all("promo").innerHTML=promo_str;
} else if (document.layers) {
	document.layers["header"].innerHTML=header_str;
	document.layers["footer"].innerHTML=footer_str;
	document.layers["promo"].innerHTML=promo_str;
}

