');
}
else
{
document.write('
');
}
/*
#body,#wrapの終了
*/
/*
著作権の出力
*/
if(!frag_cgi())
{
document.write('');
}
}
/*
■■■■■■■■■■■■■■■■■■
■ 子メニュー用関数
■■■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■■■
■ フッタ関数
■■■■■■■■■■■■■■■■■■
*/
function footer()
{
/*
#mainの終了
*/
if(!frag_cgi())
{
document.write('
');
}
if(!frag_index())
{
document.write('');
}
else
{
document.write('");
}
else{
document.write(" href='"+page_name+"' id='now'>");
}
document.write(title);
document.write("");
document.write(" ");
}
');
}
document.write('Copyright 2007 "Kawasaki Fureai no kai" All rights reserved. ');
document.write('
');
}
/*
■■■■■■■■■■■■■■■■■■
■ リンク用関数
■■■■■■■■■■■■■■■■■■
*/
function linker(title,page_name)
{
/*
title : リンクする文字
dir : 参照するURL
page_name : 現在参照中のページの判断用
*/
frag="link";
/*
現在参照中ページ取得
*/
locate = location.pathname;
/*
現在参照中ページにmodeが含まれているか、
modeがindexで、参照中ページが/で終わる場合、
notlinkフラグを立てる。
*/
if(locate.indexOf(page_name)!=-1||(page_name == "index.html" && locate.slice(-1)=="/"))
{
frag="notlink";
}
document.write("