<!--
// 「ホーム」を開く
function openHome() {
	parent.left.location.href="../left/home.html";
	parent.right.location.href="../right/home.html";
}
// 「新着情報」を開く
function openNew() {
	parent.left.location.href="../left/menu.html";
	parent.right.location.href="../right/new.html";
}
// 「はじめての方へ」を開く
function openBg() {
	parent.left.location.href="../left/begin.html";
	parent.right.location.href="../right/rg_bg.html";
}
// 「真の道の紹介」を開く
function openIntro() {
	parent.left.location.href="../left/intro.html";
	parent.right.location.href="../right/rg_intro.html";
}
// 「神示」を開く
function openShinji() {
	parent.left.location.href="../left/shinji.html";
	parent.right.location.href="../right/rg_shinji.html";
}
// 「供養」を開く
function openKuyou() {
	parent.left.location.href="../left/kuyou.html";
	parent.right.location.href="../right/rg_kuyou.html";
}
// 「真手」を開く
function openManate() {
	parent.left.location.href="../left/manate.html";
	parent.right.location.href="../right/rg_manate.html";
}
// 「滝行」を開く
function openTaki() {
	parent.left.location.href="../left/taki.html";
	parent.right.location.href="../right/rg_taki.html";
}
// 「守護霊・守護神」を開く
function openShugo() {
	parent.left.location.href="../left/shugo.html";
	parent.right.location.href="../right/rg_shugo.html";
}
// 「ＦＡＱ」を開く
function openFaq() {
	parent.left.location.href="../left/faq.html";
	parent.right.location.href="../right/rg_faq.html";
}
// 「出版物紹介」を開く
function openShuppan() {
	parent.left.location.href="../left/shuppan.html";
	parent.right.location.href="../right/rg_shuppan.html";
}
// 「本部・支部連絡先」を開く
function openShibu() {
	parent.left.location.href="../left/menu.html";
	parent.right.location.href="../right/shibu/shibu.html";
}
// 「組手コーナー」を開く
function openKumite() {
	parent.left.location.href="../left/kumite.html";
	parent.right.location.href="../right/rg_kumite.html";
}
// 「メール連絡」を開く
function openMail() {
	parent.left.location.href="../left/menu.html";
	parent.right.location.href="../right/mailform.html";
}
// 「プライバシーポリシー」を開く
function openPrivacy() {
	parent.left.location.href="../left/menu.html";
	parent.right.location.href="../right/privacy.html";
}
//-->

