

////////////////////////////////////////////////////////////////////////
//ボタン関係

//メインコンテンツボタン
function MainMenu()
{
document.write('<div id="mainMENU">');
document.write('<a href="./"><img src="common/image/bt_main_01.gif" alt="ホームへ戻る" border="0" class="imgover" /');
document.write('></a><a href="event/event.php"><img src="common/image/bt_main_02.gif" alt="イベント情報ページへ" border="0" class="imgover" /');
document.write('></a><a href="result/list.php"><img src="common/image/bt_main_03.gif" alt="活動報告ページへ" class="imgover" /');
document.write('></a><a href="paper/paper.php"><img src="common/image/bt_main_04.gif" alt="協会だよりページへ" border="0" class="imgover" /');
document.write('></a><a href="info/town.html"><img src="common/image/bt_main_05.gif" alt="姉妹都市のご紹介" class="imgover" /');
document.write('></a><a href="info/inquiry.html"><img src="common/image/bt_main_06.gif" alt="お問い合わせ" class="imgover" /></a>');
document.write('</div>');
}

function MainMenu_sec()
{
document.write('<div id="mainMENU">');
document.write('<a href="../"><img src="../common/image/bt_main_01.gif" alt="ホームへ戻る" border="0" class="imgover" /');
document.write('></a><a href="../event/event.php"><img src="../common/image/bt_main_02.gif" alt="イベント情報ページへ" border="0" class="imgover" /');
document.write('></a><a href="../result/list.php"><img src="../common/image/bt_main_03.gif" alt="活動報告ページへ" class="imgover" /');
document.write('></a><a href="../paper/paper.php"><img src="../common/image/bt_main_04.gif" alt="協会だよりページへ" border="0" class="imgover" /');
document.write('></a><a href="../info/town.html"><img src="../common/image/bt_main_05.gif" alt="姉妹都市のご紹介" class="imgover" /');
document.write('></a><a href="../info/inquiry.html"><img src="../common/image/bt_main_06.gif" alt="お問い合わせ" class="imgover" /></a>');
document.write('</div>');
}


//右カラムボタン
function RightMenu()
{
document.write('<span class="Line"></span>');
document.write('<p class="bottom10"><a href="info/boshu_bora.php"><img src="common/image/bt_bana_bora.gif" alt="ボランティア募集" class="imgover" /></a></p>');
document.write('<p class="bottom10"><a href="info/boshu_member.php"><img src="common/image/bt_bana_member.gif" alt="会員募集" class="imgover" /></a></p>');
document.write('<span class="Line2"></span>');
document.write('<img src="common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="info/guide.html">協会のご案内</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="info/access.html">アクセス</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="info/sitemap.html">サイトマップ</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="info/policy.html">プライバシーポリシー</a><br />');
document.write('<span class="Line2"></span><br />');
}

function RightMenu_sec()
{
//document.write('<span class="Line"></span>');
document.write('<p class="top_bottom10"><a href="../info/boshu_bora.php"><img src="../common/image/bt_bana_bora.gif" alt="ボランティア募集" class="imgover" class="imgover" /></a></p>');
document.write('<p class="bottom10"><a href="../info/boshu_member.php"><img src="../common/image/bt_bana_member.gif" alt="会員募集" class="imgover" class="imgover" /></a></p>');
document.write('<span class="Line2"></span>');
document.write('<img src="../common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="../info/guide.html">協会のご案内</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="../common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="../info/access.html">アクセス</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="../common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="../info/sitemap.html">サイトマップ</a><br />');
document.write('<span class="Line2"></span>');
document.write('<img src="../common/image/icon_01.gif" width="9" height="16" align="absbottom" /><a href="../info/policy.html">プライバシーポリシー</a><br />');
document.write('<span class="Line2"></span><br />');
}




////////////////////////////////////////////////////////////////////////
//ヘッダー

function Header()
{
document.write('<a name="top"></a><div id="topMENU">');
document.write('<img src="common/image/bt_head_01_o.gif" alt="日本語ページへ切替" /');
document.write('><a href="english/index.php"><img src="common/image/bt_head_02.gif" alt="英語ページへ切替" class="imgover" /></a');
document.write('><a href="portuguese/index.php"><img src="common/image/bt_head_04.gif" alt="ポルトガル語ページへ切替" class="imgover" /></a');
document.write('></div>');
document.write('<div id="googleform">');
document.write('<form method=get action="http://www.google.co.jp/search">');
document.write('<input type="hidden" name="hl" value="ja" />');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="text" name="q" size="31" maxlength="256" value="" />　');
document.write('<input type=hidden name=domains value="anjo-kokusai.jp">');
document.write('<font size=-1>');
document.write('<input type=radio name=sitesearch value="">wwwで　');
document.write('<input type=radio name=sitesearch value="anjo-kokusai.jp" checked>このサイト内で　　');
document.write('</font>');
document.write('<input type="submit" name="btnG" value=" 検索 " />');
document.write('</form></div>');
}

function Header_sec()
{
document.write('<a name="top"></a><div id="topMENU">');
document.write('<img src="../common/image/bt_head_01_o.gif" alt="日本語ページへ切替" /');
document.write('><a href="../english/index.php"><img src="../common/image/bt_head_02.gif" class="imgover" alt="英語ページへ切替"  /></a');
document.write('><a href="../portuguese/index.php"><img src="../common/image/bt_head_04.gif" class="imgover" alt="ポルトガル語ページへ切替" /></a');
document.write('></div>');
document.write('<div id="googleform">');
document.write('<form method=get action="http://www.google.co.jp/search">');
document.write('<input type="hidden" name="hl" value="ja" />');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="text" name="q" size="31" maxlength="256" value="" />　');
document.write('<input type=hidden name=domains value="anjo-kokusai.jp">');
document.write('<font size=-1>');
document.write('<input type=radio name=sitesearch value="">wwwで　');
document.write('<input type=radio name=sitesearch value="anjo-kokusai.jp" checked>このサイト内で　　');
document.write('</font>');
document.write('<input type="submit" name="btnG" value=" 検索 " />');
document.write('</form></div>');
}





//フッター
function Footer()
{
document.write('<div id="footer"><img src="common/image/footer.gif" alt="安城市国際交流協会');
document.write('〒446-8501　愛知県安城市桜町18番23号　安城市役所市民活動課内　TEL：0566-71-2218（市民活動課直通）　FAX : 0566-72-3741" width="900" height="108" /></div>');
}

function Footer_sec()
{
document.write('<div id="footer"><img src="../common/image/footer.gif" alt="安城市国際交流協会');
document.write('〒446-8501　愛知県安城市桜町18番23号　安城市役所市民活動課内　TEL：0566-71-2218（市民活動課直通）　FAX : 0566-72-3741" width="900" height="108" /></div>');
}



//Googleサーチプログラム
//function addstring() {
	//document.forms[0].q.value = 'site:city.anjo.aichi.jp ' + document.forms[0].q.value;
	//return true;
//}
