////////////////////////////////////////////////////////////////////////
//　共通HTMlソース 書き出し記述
////////////////////////////////////////////////////////////////////////

//フッター
function Footer_sub()
{
document.write('<div id="footer">Copyright(C) 2009 Traffic i co.,ltd. All Rights Reserved.　｜　<a href="policy.html">プライバシーポリシー</a>');
document.write('<div id="PageTop"><a href="#top"><img src="../common/image/bt_pagetop.gif" alt="このページのＴＯＰへ" class="imgover" /></a></div>');
document.write('</div>');
}



//ヘッダー
function Header_sub2()
{
document.write('<div id="toppage"><a href="../index.html"><img src="../common/image/spacer.gif" alt="トップページへ" width="150" height="45" /></a></div>');
document.write('<div id="topMENU">');
document.write('<a href="../info/sitemap.html"><img src="../common/image/bt_header_01.gif" alt="サイトマップ" class="imgover" /></a');
document.write('><a href="../pop/map_00.html" target="_blank"><img src="../common/image/bt_header_02.gif" alt="アクセス" class="imgover" /></a></div>');
}


//ヘッダー
function Header_sub()
{
document.write('<div id="toppage"><a href="../index.html"><img src="../common/image/spacer.gif" alt="トップページへ" width="150" height="45" /></a></div>');
document.write('<div id="topMENU">');
document.write('<a href="../info/sitemap.html"><img src="../common/image/bt_header_01.gif" alt="サイトマップ" class="imgover" /></a');
document.write('><img src="../common/image/bt_header_02.gif" alt="アクセス" class="imgover" onclick="PagePop()" /></a></div>');
}


function PagePop()
{
var navWin = window.open('../pop/map_01.html','movWin','toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=false,width=700,height=600');
}
