/******************************************************************************/
/* 東京都障害者スポーツ協会WebSite Global Function */
/******************************************************************************/

//
//ロールオーバーコントロール
//
function initRollovers() {
    if (!document.getElementById) {
        return;
    }
    var aPreLoad = new Array();
    var sTempSrc;
    var aImages = document.getElementsByTagName('img');
    for (var i = 0; i < aImages.length; i++) {        
        if (aImages[i].className == 'imgover') {
            var src = aImages[i].getAttribute('src');
            var ftype = src.substring(src.lastIndexOf('.'), src.length);
            var hsrc = src.replace(ftype, '_a'+ftype);
            aImages[i].setAttribute('hsrc', hsrc);
            aPreLoad[i] = new Image();
            aPreLoad[i].src = hsrc;
            aImages[i].onmouseover = function() {
                sTempSrc = this.getAttribute('src');
                this.setAttribute('src', this.getAttribute('hsrc'));
            }
            aImages[i].onmouseout = function() {
                if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('_a'+ftype, ftype);
                this.setAttribute('src', sTempSrc);
            }
        }
    }
}

try {
    window.addEventListener("load", initRollovers, false);
} catch(e) {
    window.attachEvent("onload", initRollovers);
}


//
//ビジュアルコントロール
//
var img = new Array;
img[0] = "../img/interface/top_visual_1.jpg";
img[1] = "../img/interface/top_visual_2.jpg";
img[2] = "../img/interface/top_visual_3.jpg";
img[3] = "../img/interface/top_visual_4.jpg";
img[4] = "../img/interface/top_visual_5.jpg";
img[5] = "../img/interface/top_visual_6.jpg";

function random_img(){
        var i = myrandom(img.length) - 1;
        document.write("<IMG SRC=\""+img[i]+"\">");
}
function myrandom(max){
        var v = max * Math.random();
        if(v == 0.0){v = 1;}else{v = Math.ceil(v);}
        return v;
}
//


//
//ポップアップコントロール
//
function openwin(url) {
	new_win = window.open(url,"new_win","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1");
	new_win.focus();
}

function openpop(url) {
	pop_win = window.open(url,"pop_win","width=670,height=550,toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=0");
	pop_win.focus();
}

function openweather(url) {
	pop_win = window.open(url,"pop_win","width=780,height=650,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
	pop_win.focus();
}

//
//メインナビゲーション生成
//
function CreateMainnaviLayer1()
{
document.write('<li id="nav_topics"><a href="topics/index.html"><img src="img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="topics/index.html"><img src="img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="know/index.html"><img src="img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="know/index.html"><img src="img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="know/sportscenter.html"><img src="img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="know/sportscenter.html"><img src="img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="participation/index.html"><img src="img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="participation/index.html"><img src="img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="events/index.html"><img src="img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="events/index.html"><img src="img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="volunteer/index.html"><img src="img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="volunteer/index.html"><img src="img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="support/index.html" title="会員募集"><img src="img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="support/list.html" title="会員一覧"><img src="img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="support/contribution.html" title="寄付について"><img src="img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li id="nav_lets_sports"><a href="lets_sports/index.html"><img src="img/interface/navi_lets_sports.gif" width="175" height="48" alt="Let’s Sports" class="imgover" /></a></li>');
document.write('<li id="nav_lets_sports_current"><a href="lets_sports/index.html"><img src="img/interface/navi_lets_sports_a.gif" width="175" height="48" alt="Let’s Sports" /></a></li>');
document.write('<li id="nav_album"><a href="album/index.html"><img src="img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="album/index.html"><img src="img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="links/index.html"><img src="img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="links/index.html"><img src="img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}

function CreateMainnaviLayer2()
{
document.write('<li id="nav_home"><a href="../index.htm"><img src="../img/interface/navi_home.gif" width="175" height="48" alt="HOME" class="imgover" /></a></li>');
document.write('<li id="nav_home_current"><img src="../img/interface/navi_home_a.gif" width="175" height="48" alt="HOME" /></li>');
document.write('<li id="nav_topics"><a href="../topics/index.html"><img src="../img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="../topics/index.html"><img src="../img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="../img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="../know/index.html"><img src="../img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="../know/index.html"><img src="../img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="../know/sportscenter.html"><img src="../img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="../know/sportscenter.html"><img src="../img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="../img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="../participation/index.html"><img src="../img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="../participation/index.html"><img src="../img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="../events/index.html"><img src="../img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="../events/index.html"><img src="../img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="../img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="../volunteer/index.html"><img src="../img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="../volunteer/index.html"><img src="../img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="../support/index.html" title="会員募集"><img src="../img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="../img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="../support/list.html" title="会員一覧"><img src="../img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="../img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="../support/contribution.html" title="寄付について"><img src="../img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="../img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li id="nav_lets_sports"><a href="../lets_sports/index.html"><img src="../img/interface/navi_lets_sports.gif" width="175" height="48" alt="Let’s Sports" class="imgover" /></a></li>');
document.write('<li id="nav_lets_sports_current"><a href="../lets_sports/index.html"><img src="../img/interface/navi_lets_sports_a.gif" width="175" height="48" alt="Let’s Sports" /></a></li>');
document.write('<li id="nav_album"><a href="../album/index.html"><img src="../img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="../album/index.html"><img src="../img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="../links/index.html"><img src="../img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="../links/index.html"><img src="../img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}

function CreateMainnaviLayer3()
{
document.write('<li id="nav_home"><a href="../../index.htm"><img src="../../img/interface/navi_home.gif" width="175" height="48" alt="HOME" class="imgover" /></a></li>');
document.write('<li id="nav_home_current"><img src="../../img/interface/navi_home_a.gif" width="175" height="48" alt="HOME" /></li>');
document.write('<li id="nav_topics"><a href="../../topics/index.html"><img src="../../img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="../../topics/index.html"><img src="../../img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="../../img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="../../know/index.html"><img src="../../img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="../../know/index.html"><img src="../../img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="../../know/sportscenter.html"><img src="../../img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="../../know/sportscenter.html"><img src="../../img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="../../img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="../../participation/index.html"><img src="../../img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="../../participation/index.html"><img src="../../img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="../../events/index.html"><img src="../../img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="../../events/index.html"><img src="../../img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="../../img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="../../volunteer/index.html"><img src="../../img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="../../volunteer/index.html"><img src="../../img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="../../support/index.html" title="会員募集"><img src="../../img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="../../img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="../../support/list.html" title="会員一覧"><img src="../../img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="../../img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="../../support/contribution.html" title="寄付について"><img src="../../img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="../../img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li id="nav_lets_sports"><a href="../../lets_sports/index.html"><img src="../../img/interface/navi_lets_sports.gif" width="175" height="48" alt="Let’s Sports" class="imgover" /></a></li>');
document.write('<li id="nav_lets_sports_current"><a href="../../lets_sports/index.html"><img src="../../img/interface/navi_lets_sports_a.gif" width="175" height="48" alt="Let’s Sports" /></a></li>');
document.write('<li id="nav_album"><a href="../../album/index.html"><img src="../../img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="../../album/index.html"><img src="../../img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="../../links/index.html"><img src="../../img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="../../links/index.html"><img src="../../img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}

function CreateMainnaviLayer4()
{
document.write('<li id="nav_home"><a href="../../../index.htm"><img src="../../../img/interface/navi_home.gif" width="175" height="48" alt="HOME" class="imgover" /></a></li>');
document.write('<li id="nav_home_current"><img src="../../../img/interface/navi_home_a.gif" width="175" height="48" alt="HOME" /></li>');
document.write('<li id="nav_topics"><a href="../../../topics/index.html"><img src="../../../img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="../../../topics/index.html"><img src="../../../img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="../../../img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="../../../know/index.html"><img src="../../../img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="../../../know/index.html"><img src="../../../img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="../../../know/sportscenter.html"><img src="../../../img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="../../../know/sportscenter.html"><img src="../../../img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="../../../img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="../../../participation/index.html"><img src="../../../img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="../../../participation/index.html"><img src="../../../img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="../../../events/index.html"><img src="../../../img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="../../../events/index.html"><img src="../../../img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="../../../img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="../../../volunteer/index.html"><img src="../../../img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="../../../volunteer/index.html"><img src="../../../img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="../../../support/index.html" title="会員募集"><img src="../../../img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="../../../img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="../../../support/list.html" title="会員一覧"><img src="../../../img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="../../../img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="../../../support/contribution.html" title="寄付について"><img src="../../../img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="../../../img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li id="nav_lets_sports"><a href="../../../lets_sports/index.html"><img src="../../../img/interface/navi_lets_sports.gif" width="175" height="48" alt="Let’s Sports" class="imgover" /></a></li>');
document.write('<li id="nav_lets_sports_current"><a href="../../../lets_sports/index.html"><img src="../../../img/interface/navi_lets_sports_a.gif" width="175" height="48" alt="Let’s Sports" /></a></li>');
document.write('<li id="nav_album"><a href="../../../album/index.html"><img src="../../../img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="../../../album/index.html"><img src="../../../img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="../../../links/index.html"><img src="../../../img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="../../../links/index.html"><img src="../../../img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}


//
//レッツスポーツサブメニュー生成
//
function CreateLetssportsTop()
{
document.write('<li id="nav_home"><a href="../index.htm"><img src="../img/interface/navi_home.gif" width="175" height="48" alt="HOME" class="imgover" /></a></li>');
document.write('<li id="nav_home_current"><img src="../img/interface/navi_home_a.gif" width="175" height="48" alt="HOME" /></li>');
document.write('<li id="nav_topics"><a href="../topics/index.html"><img src="../img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="../topics/index.html"><img src="../img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="../img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="../know/index.html"><img src="../img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="../know/index.html"><img src="../img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="../know/sportscenter.html"><img src="../img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="../know/sportscenter.html"><img src="../img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="../img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="../participation/index.html"><img src="../img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="../participation/index.html"><img src="../img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="../events/index.html"><img src="../img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="../events/index.html"><img src="../img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="../img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="../volunteer/index.html"><img src="../img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="../volunteer/index.html"><img src="../img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="../support/index.html" title="会員募集"><img src="../img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="../img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="../support/list.html" title="会員一覧"><img src="../img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="../img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="../support/contribution.html" title="寄付について"><img src="../img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="../img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li class="group_navi"><img src="img/navi_stitle_lets_sports.gif" width="175" height="48" alt="Let’s Sports" id="lets_sports" /></li>');
document.write('<li class="group_navi"><a href="lesson_06/part1.html"><img src="img/snavi_lesson_06.gif" width="175" height="39" alt="障害者スポーツ スタッフによるスポーツ紹介" class="imgover" /></a></li>');
document.write('<li class="group_navi"><a href="lesson_05/part1.html"><img src="img/snavi_lesson_05.gif" width="175" height="39" alt="介護予防に役立つスポーツ活動 楽しくスポーツしよう!" class="imgover" /></a></li>');
document.write('<li class="group_navi"><a href="lesson_04/part1.html"><img src="img/snavi_lesson_04.gif" width="175" height="39" alt="介護予防に役立つスポーツ・レクリエーション活動"class="imgover" /></a></li>');
document.write('<li class="group_navi"><a href="lesson_03/part1.html"><img src="img/snavi_lesson_03.gif" width="175" height="25" alt="手軽にできる介護予防" class="imgover" /></a></li>');
document.write('<li class="group_navi"><a href="lesson_02/part1.html"><img src="img/snavi_lesson_02.gif" width="175" height="25" alt="手軽にできる転倒予防体操" class="imgover" /></a></li>');
document.write('<li><a href="lesson_01/part1.html"><img src="img/snavi_lesson_01.gif" width="175" height="35" alt="障害者スポーツ導入編" class="imgover" /></a></li>');
document.write('<li id="nav_album"><a href="../album/index.html"><img src="../img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="../album/index.html"><img src="../img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="../links/index.html"><img src="../img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="../links/index.html"><img src="../img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}

function CreateLetssportsSub()
{

document.write('<li id="nav_home"><a href="../../index.htm"><img src="../../img/interface/navi_home.gif" width="175" height="48" alt="HOME" class="imgover" /></a></li>');
document.write('<li id="nav_home_current"><img src="../../img/interface/navi_home_a.gif" width="175" height="48" alt="HOME" /></li>');
document.write('<li id="nav_topics"><a href="../../topics/index.html"><img src="../../img/interface/navi_topics.gif" width="175" height="48" alt="トピックス&amp;ニュース" class="imgover" /></a></li>');
document.write('<li id="nav_topics_current"><a href="../../topics/index.html"><img src="../../img/interface/navi_topics_a.gif" width="175" height="48" alt="トピックス&amp;ニュース" /></a></li>');
document.write('<li ><img src="../../img/interface/navi_stitle_know.gif" alt="協会を知ろう" width="175" height="27" /></li>');
document.write('<li id="nav_know"><a href="../../know/index.html"><img src="../../img/interface/navi_know.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" class="imgover" /></a></li>');
document.write('<li id="nav_know_current"><a href="../../know/index.html"><img src="../../img/interface/navi_know_a.gif" width="136" height="45" alt="東京都障害者 スポーツ協会とは" /></a></li>');
document.write('<li id="nav_sportscenter"><a href="../../know/sportscenter.html"><img src="../../img/interface/navi_sportscenter.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" class="imgover" /></a></li>');
document.write('<li id="nav_sportscenter_current"><a href="../../know/sportscenter.html"><img src="../../img/interface/navi_sportscenter_a.gif" width="136" height="45" alt="障害者スポーツ センターのご案内" /></a></li>');
document.write('<li><img src="../../img/interface/navi_stitle_participation.gif" alt="参加してみよう" width="175" height="27" /></li>');
document.write('<li id="nav_participation"><a href="../../participation/index.html"><img src="../../img/interface/navi_participation.gif" width="136" height="30" alt="事業の紹介" class="imgover" /></a></li>');
document.write('<li id="nav_participation_current"><a href="../../participation/index.html"><img src="../../img/interface/navi_participation_a.gif" width="136" height="30" alt="事業の紹介" /></a></li>');
document.write('<li id="nav_events"><a href="../../events/index.html"><img src="../../img/interface/navi_events.gif" width="136" height="30" alt="障害者スポーツ大会" class="imgover" /></a></li>');
document.write('<li id="nav_events_current"><a href="../../events/index.html"><img src="../../img/interface/navi_events_a.gif" width="136" height="30" alt="障害者スポーツ大会" /></a></li>');
document.write('<li><img src="../../img/interface/navi_stitle_volunteer.gif" alt="みんなで支えよう" width="175" height="27" /></li>');
document.write('<li id="nav_volunteer"><a href="../../volunteer/index.html"><img src="../../img/interface/navi_volunteer.gif" width="136" height="30" alt="スポーツボランティア" class="imgover" /></a></li>');
document.write('<li id="nav_volunteer_current"><a href="../../volunteer/index.html"><img src="../../img/interface/navi_volunteer_a.gif" width="136" height="30" alt="スポーツボランティア" /></a></li>');
document.write('<li id="nav_member_collection"><a href="../../support/index.html" title="会員募集"><img src="../../img/interface/navi_member_collection.gif" width="136" height="30" alt="会員募集" class="imgover" /></a></li>');
document.write('<li id="nav_member_collection_current"><img src="../../img/interface/navi_member_collection_a.gif" width="136" height="30" alt="会員募集" /></li>');
document.write('<li id="nav_member_list"><a href="../../support/list.html" title="会員一覧"><img src="../../img/interface/navi_member_list.gif" width="136" height="30" alt="会員一覧" class="imgover" /></a></li>');
document.write('<li id="nav_member_list_current"><img src="../../img/interface/navi_member_list_a.gif" width="136" height="30" alt="会員一覧" /></li>');
document.write('<li id="nav_contribution"><a href="../../support/contribution.html" title="寄付について"><img src="../../img/interface/navi_contribution.gif" width="136" height="30" alt="寄付について" class="imgover" /></a></li>');
document.write('<li id="nav_contribution_current"><img src="../../img/interface/navi_contribution_a.gif" width="136" height="30" alt="寄付について" /></li>');
document.write('<li class="group_navi"><a href="../index.html"><img src="../img/navi_stitle_lets_sports.gif" width="175" height="48" alt="Let’s Sports" id="lets_sports" /></a></li>');
document.write('<li class="group_navi" id="lesson_06"><a href="../lesson_06/part1.html"><img src="../img/snavi_lesson_06.gif" width="175" height="39" alt="障害者スポーツ スタッフによるスポーツ紹介" class="imgover" /></a></li>');
document.write('<li class="group_navi" id="lesson_06_current"><a href="../lesson_06/part1.html"><img src="../img/snavi_lesson_06_a.gif" width="175" height="39" alt="障害者スポーツ スタッフによるスポーツ紹介" /></a></li>');
document.write('<li class="group_navi" id="lesson_05"><a href="../lesson_05/part1.html"><img src="../img/snavi_lesson_05.gif" width="175" height="39" alt="介護予防に役立つ スポーツ活動 楽しくスポーツしよう!" class="imgover" /></a></li>');
document.write('<li class="group_navi" id="lesson_05_current"><a href="../lesson_05/part1.html"><img src="../img/snavi_lesson_05_a.gif" width="175" height="39" alt="介護予防に役立つ スポーツ活動 楽しくスポーツしよう!" /></a></li>');
document.write('<li class="group_navi" id="lesson_04"><a href="../lesson_04/part1.html"><img src="../img/snavi_lesson_04.gif" width="175" height="39" alt="介護予防に役立つ スポーツ・レクリエーション活動 " class="imgover" /></a></li>');
document.write('<li class="group_navi" id="lesson_04_current"><a href="../lesson_04/part1.html"><img src="../img/snavi_lesson_04_a.gif" width="175" height="39" alt="介護予防に役立つ スポーツ・レクリエーション活動 " /></a></li>');
document.write('<li class="group_navi" id="lesson_03"><a href="../lesson_03/part1.html"><img src="../img/snavi_lesson_03.gif" width="175" height="25" alt="手軽にできる 介護予防" class="imgover" /></a></li>');
document.write('<li class="group_navi" id="lesson_03_current"><a href="../lesson_03/part1.html"><img src="../img/snavi_lesson_03_a.gif" width="175" height="25" alt="手軽にできる 介護予防" /></a></li>');
document.write('<li class="group_navi" id="lesson_02"><a href="../lesson_02/part1.html"><img src="../img/snavi_lesson_02.gif" width="175" height="25" alt="手軽にできる 転倒予防体操" class="imgover" /></a></li>');
document.write('<li class="group_navi" id="lesson_02_current"><a href="../lesson_02/part1.html"><img src="../img/snavi_lesson_02_a.gif" width="175" height="25" alt="手軽にできる 転倒予防体操" /></a></li>');
document.write('<li id="lesson_01"><a href="../lesson_01/part1.html"><img src="../img/snavi_lesson_01.gif" width="175" height="35" alt="障害者スポーツ 導入編" class="imgover" /></a></li>');
document.write('<li id="lesson_01_current"><a href="../lesson_01/part1.html"><img src="../img/snavi_lesson_01_a.gif" width="175" height="35" alt="障害者スポーツ導入編 " /></a></li>');
document.write('<li id="nav_album"><a href="../../album/index.html"><img src="../../img/interface/navi_album.gif" width="175" height="48" alt="アルバム" class="imgover" /></a></li>');
document.write('<li id="nav_album_current"><a href="../../album/index.html"><img src="../../img/interface/navi_album_a.gif" width="175" height="48" alt="アルバム" /></a></li>');
document.write('<li id="nav_links"><a href="../../links/index.html"><img src="../../img/interface/navi_links.gif" width="175" height="48" alt="リンク" class="imgover" /></a></li>');
document.write('<li id="nav_links_current"><a href="../../links/index.html"><img src="../../img/interface/navi_links_a.gif" width="175" height="48" alt="リンク" /></a></li>');
}

//
//コーピーライト生成
//
function CreateCopyright()
{
document.write('Copyrights: 2007 TSAD All Rights Reserved.');
}


//
//バナーエリア生成
//
function CreateBannerLayer1()
{
document.write('');
}

function CreateBannerLayer2()
{
document.write('');
}

function CreateBannerLayer3()
{
document.write('');
}

function CreateBannerLayer4()
{
document.write('');
}


//
//施設リンクバナーエリア生成
//
function CreateFacilitiesLayer1()
{
document.write('<li><a href="access/index.html"><img src="img/interface/navi_access.gif" width="150" height="38" alt="協会へのアクセス" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tokyo-mscd.com/" target="_blank" title="東京都障害者総合 スポーツセンター "><img src="img/interface/bnr_synthesis_center.jpg" width="150" height="100" alt="東京都障害者総合 スポーツセンター " class="imgover" /></a></li>');
document.write('<li><a href="http://tamaspo.com/" target="_blank" title="東京都多摩障害者スポーツセンター"><img src="img/interface/bnr_tama_center.jpg" width="150" height="100" alt="東京都多摩障害者スポーツセンター" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tcsid.jp/" target="_blank" title="東京都障害者 スポーツ指導員協議会"><img src="img/interface/bnr_kyougikai.jpg" width="150" height="100" alt="東京都障害者 スポーツ指導員協議会" class="imgover" /></a></li>');
}

function CreateFacilitiesLayer2()
{
document.write('<li><a href="../access/index.html"><img src="../img/interface/navi_access.gif" width="150" height="38" alt="協会へのアクセス" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tokyo-mscd.com/" target="_blank" title="東京都障害者総合 スポーツセンター "><img src="../img/interface/bnr_synthesis_center.jpg" width="150" height="100" alt="東京都障害者総合 スポーツセンター " class="imgover" /></a></li>');
document.write('<li><a href="http://tamaspo.com/" target="_blank" title="東京都多摩障害者スポーツセンター"><img src="../img/interface/bnr_tama_center.jpg" width="150" height="100" alt="東京都多摩障害者スポーツセンター" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tcsid.jp/" target="_blank" title="東京都障害者 スポーツ指導員協議会"><img src="../img/interface/bnr_kyougikai.jpg" width="150" height="100" alt="東京都障害者 スポーツ指導員協議会" class="imgover" /></a></li>');
}

function CreateFacilitiesLayer3()
{
document.write('<li><a href="../../access/index.html"><img src="../../img/interface/navi_access.gif" width="150" height="38" alt="協会へのアクセス" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tokyo-mscd.com/" target="_blank" title="東京都障害者総合 スポーツセンター "><img src="../../img/interface/bnr_synthesis_center.jpg" width="150" height="100" alt="東京都障害者総合 スポーツセンター " class="imgover" /></a></li>');
document.write('<li><a href="http://tamaspo.com/" target="_blank" title="東京都多摩障害者スポーツセンター"><img src="../../img/interface/bnr_tama_center.jpg" width="150" height="100" alt="東京都多摩障害者スポーツセンター" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tcsid.jp/" target="_blank" title="東京都障害者 スポーツ指導員協議会"><img src="../../img/interface/bnr_kyougikai.jpg" width="150" height="100" alt="東京都障害者 スポーツ指導員協議会" class="imgover" /></a></li>');
}

function CreateFacilitiesLayer4()
{
document.write('<li><a href="../../../access/index.html"><img src="../../../img/interface/navi_access.gif" width="150" height="38" alt="協会へのアクセス" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tokyo-mscd.com/" target="_blank" title="東京都障害者総合 スポーツセンター "><img src="../../../img/interface/bnr_synthesis_center.jpg" width="150" height="100" alt="東京都障害者総合 スポーツセンター " class="imgover" /></a></li>');
document.write('<li><a href="http://tamaspo.com/" target="_blank" title="東京都多摩障害者スポーツセンター"><img src="../../../img/interface/bnr_tama_center.jpg" width="150" height="100" alt="東京都多摩障害者スポーツセンター" class="imgover" /></a></li>');
document.write('<li><a href="http://www.tcsid.jp/" target="_blank" title="東京都障害者 スポーツ指導員協議会"><img src="../../../img/interface/bnr_kyougikai.jpg" width="150" height="100" alt="東京都障害者 スポーツ指導員協議会" class="imgover" /></a></li>');
}


//
//協会概要エリア生成
//

function CreateCorporationLayer1()
{
document.write('<li><a href="corporation/index.html"><img src="img/interface/navi_corporation01.gif" width="135" height="24" alt="定款" class="imgover" /></a></li>');
document.write('<li><a href="corporation/director.html"><img src="img/interface/navi_corporation02.gif" width="135" height="24" alt="役員名簿" class="imgover" /></a></li>');
document.write('<li><a href="corporation/revenue_expenditure.html"><img src="img/interface/navi_corporation03.gif" width="135" height="24" alt="収支予算書" class="imgover" /></a></li>');
document.write('<li><a href="corporation/statement_accounts.html"><img src="img/interface/navi_corporation04.gif" width="135" height="24" alt="決算報告書" class="imgover" /></a></li>');
document.write('<li><a href="corporation/biz_scheme.html"><img src="img/interface/navi_corporation05.gif" width="135" height="24" alt="事業計画書" class="imgover" /></a></li>');
document.write('<li><a href="corporation/biz_report.html"><img src="img/interface/navi_corporation06.gif" width="135" height="24" alt="事業報告書" class="imgover" /></a></li>');
}

function CreateCorporationLayer2()
{
document.write('<li><a href="../corporation/index.html"><img src="../img/interface/navi_corporation01.gif" width="135" height="24" alt="定款" class="imgover" /></a></li>');
document.write('<li><a href="../corporation/director.html"><img src="../img/interface/navi_corporation02.gif" width="135" height="24" alt="役員名簿" class="imgover" /></a></li>');
document.write('<li><a href="../corporation/revenue_expenditure.html"><img src="../img/interface/navi_corporation03.gif" width="135" height="24" alt="収支予算書" class="imgover" /></a></li>');
document.write('<li><a href="../corporation/statement_accounts.html"><img src="../img/interface/navi_corporation04.gif" width="135" height="24" alt="決算報告書" class="imgover" /></a></li>');
document.write('<li><a href="../corporation/biz_scheme.html"><img src="../img/interface/navi_corporation05.gif" width="135" height="24" alt="事業計画書" class="imgover" /></a></li>');
document.write('<li><a href="../corporation/biz_report.html"><img src="../img/interface/navi_corporation06.gif" width="135" height="24" alt="事業報告書" class="imgover" /></a></li>');
}

function CreateCorporationLayer3()
{
document.write('<li><a href="../../corporation/index.html"><img src="../../img/interface/navi_corporation01.gif" width="135" height="24" alt="定款" class="imgover" /></a></li>');
document.write('<li><a href="../../corporation/director.html"><img src="../../img/interface/navi_corporation02.gif" width="135" height="24" alt="役員名簿" class="imgover" /></a></li>');
document.write('<li><a href="../../corporation/revenue_expenditure.html"><img src="../../img/interface/navi_corporation03.gif" width="135" height="24" alt="収支予算書" class="imgover" /></a></li>');
document.write('<li><a href="../../corporation/statement_accounts.html"><img src="../../img/interface/navi_corporation04.gif" width="135" height="24" alt="決算報告書" class="imgover" /></a></li>');
document.write('<li><a href="../../corporation/biz_scheme.html"><img src="../../img/interface/navi_corporation05.gif" width="135" height="24" alt="事業計画書" class="imgover" /></a></li>');
document.write('<li><a href="../../corporation/biz_report.html"><img src="../../img/interface/navi_corporation06.gif" width="135" height="24" alt="事業報告書" class="imgover" /></a></li>');
}

function CreateCorporationLayer4()
{
document.write('<li><a href="../../../corporation/index.html"><img src="../../../img/interface/navi_corporation01.gif" width="135" height="24" alt="定款" class="imgover" /></a></li>');
document.write('<li><a href="../../../corporation/director.html"><img src="../../../img/interface/navi_corporation02.gif" width="135" height="24" alt="役員名簿" class="imgover" /></a></li>');
document.write('<li><a href="../../../corporation/revenue_expenditure.html"><img src="../../../img/interface/navi_corporation03.gif" width="135" height="24" alt="収支予算書" class="imgover" /></a></li>');
document.write('<li><a href="../../../corporation/statement_accounts.html"><img src="../../../img/interface/navi_corporation04.gif" width="135" height="24" alt="決算報告書" class="imgover" /></a></li>');
document.write('<li><a href="../../../corporation/biz_scheme.html"><img src="../../../img/interface/navi_corporation05.gif" width="135" height="24" alt="事業計画書" class="imgover" /></a></li>');
document.write('<li><a href="../../../corporation/biz_report.html"><img src="../../../img/interface/navi_corporation06.gif" width="135" height="24" alt="事業報告書" class="imgover" /></a></li>');
}






